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