public static enum PhylogenyMethods.DESCENDANT_SORT_PRIORITY extends java.lang.Enum<PhylogenyMethods.DESCENDANT_SORT_PRIORITY>
Modifier and Type | Method and Description |
---|---|
static PhylogenyMethods.DESCENDANT_SORT_PRIORITY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhylogenyMethods.DESCENDANT_SORT_PRIORITY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhylogenyMethods.DESCENDANT_SORT_PRIORITY TAXONOMY
public static final PhylogenyMethods.DESCENDANT_SORT_PRIORITY SEQUENCE
public static final PhylogenyMethods.DESCENDANT_SORT_PRIORITY NODE_NAME
public static PhylogenyMethods.DESCENDANT_SORT_PRIORITY[] values()
for (PhylogenyMethods.DESCENDANT_SORT_PRIORITY c : PhylogenyMethods.DESCENDANT_SORT_PRIORITY.values()) System.out.println(c);
public static PhylogenyMethods.DESCENDANT_SORT_PRIORITY 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