org.forester.util
public static enum ForesterUtil.PhylogenyNodeField extends java.lang.Enum<ForesterUtil.PhylogenyNodeField>
Enum Constant and Description |
---|
CLADE_NAME |
SEQUENCE_NAME |
SEQUENCE_SYMBOL |
TAXONOMY_CODE |
TAXONOMY_COMMON_NAME |
TAXONOMY_SCIENTIFIC_NAME |
Modifier and Type | Method and Description |
---|---|
static ForesterUtil.PhylogenyNodeField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ForesterUtil.PhylogenyNodeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForesterUtil.PhylogenyNodeField CLADE_NAME
public static final ForesterUtil.PhylogenyNodeField TAXONOMY_CODE
public static final ForesterUtil.PhylogenyNodeField TAXONOMY_SCIENTIFIC_NAME
public static final ForesterUtil.PhylogenyNodeField TAXONOMY_COMMON_NAME
public static final ForesterUtil.PhylogenyNodeField SEQUENCE_SYMBOL
public static final ForesterUtil.PhylogenyNodeField SEQUENCE_NAME
public static ForesterUtil.PhylogenyNodeField[] values()
for (ForesterUtil.PhylogenyNodeField c : ForesterUtil.PhylogenyNodeField.values()) System.out.println(c);
public static ForesterUtil.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