public static enum PhylogenyMethods.PhylogenyNodeField extends java.lang.Enum<PhylogenyMethods.PhylogenyNodeField>
Enum Constant | Description |
---|---|
CLADE_NAME |
|
SEQUENCE_NAME |
|
SEQUENCE_SYMBOL |
|
TAXONOMY_CODE |
|
TAXONOMY_COMMON_NAME |
|
TAXONOMY_ID |
|
TAXONOMY_ID_UNIPROT_1 |
|
TAXONOMY_ID_UNIPROT_2 |
|
TAXONOMY_SCIENTIFIC_NAME |
Modifier and Type | Method | Description |
---|---|---|
static PhylogenyMethods.PhylogenyNodeField |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PhylogenyMethods.PhylogenyNodeField[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhylogenyMethods.PhylogenyNodeField CLADE_NAME
public static final PhylogenyMethods.PhylogenyNodeField SEQUENCE_NAME
public static final PhylogenyMethods.PhylogenyNodeField SEQUENCE_SYMBOL
public static final PhylogenyMethods.PhylogenyNodeField TAXONOMY_CODE
public static final PhylogenyMethods.PhylogenyNodeField TAXONOMY_COMMON_NAME
public static final PhylogenyMethods.PhylogenyNodeField TAXONOMY_ID
public static final PhylogenyMethods.PhylogenyNodeField TAXONOMY_ID_UNIPROT_1
public static final PhylogenyMethods.PhylogenyNodeField TAXONOMY_ID_UNIPROT_2
public static final PhylogenyMethods.PhylogenyNodeField TAXONOMY_SCIENTIFIC_NAME
public static PhylogenyMethods.PhylogenyNodeField[] values()
for (PhylogenyMethods.PhylogenyNodeField c : PhylogenyMethods.PhylogenyNodeField.values()) System.out.println(c);
public static PhylogenyMethods.PhylogenyNodeField valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null