public enum RemoteQBlastOutputFormat extends Enum<RemoteQBlastOutputFormat>
| Enum Constant and Description |
|---|
FLAT_QUERY_ANCHORED |
FLAT_QUERY_ANCHORED_NO_IDENTITIES |
HTML |
PAIRWISE |
QUERY_ANCHORED |
QUERY_ANCHORED_NO_IDENTITIES |
TABULAR |
TEXT |
XML |
| Modifier and Type | Method and Description |
|---|---|
static RemoteQBlastOutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteQBlastOutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteQBlastOutputFormat TEXT
public static final RemoteQBlastOutputFormat XML
public static final RemoteQBlastOutputFormat HTML
public static final RemoteQBlastOutputFormat PAIRWISE
public static final RemoteQBlastOutputFormat QUERY_ANCHORED
public static final RemoteQBlastOutputFormat QUERY_ANCHORED_NO_IDENTITIES
public static final RemoteQBlastOutputFormat FLAT_QUERY_ANCHORED
public static final RemoteQBlastOutputFormat FLAT_QUERY_ANCHORED_NO_IDENTITIES
public static final RemoteQBlastOutputFormat TABULAR
public static RemoteQBlastOutputFormat[] values()
for (RemoteQBlastOutputFormat c : RemoteQBlastOutputFormat.values()) System.out.println(c);
public static RemoteQBlastOutputFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 BioJava. All rights reserved.