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