public enum GTMFeature extends java.lang.Enum<GTMFeature>
Enum Constant and Description |
---|
IE |
KGram |
MIX |
MIXA |
MR |
MRA |
NSMR |
NSMRA |
SMR |
SMRA |
TR |
TRA |
Modifier and Type | Method and Description |
---|---|
static GTMFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GTMFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GTMFeature IE
public static final GTMFeature KGram
public static final GTMFeature TR
public static final GTMFeature MR
public static final GTMFeature NSMR
public static final GTMFeature SMR
public static final GTMFeature TRA
public static final GTMFeature MRA
public static final GTMFeature NSMRA
public static final GTMFeature SMRA
public static final GTMFeature MIX
public static final GTMFeature MIXA
public static GTMFeature[] values()
for (GTMFeature c : GTMFeature.values()) System.out.println(c);
public static GTMFeature 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