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