Enum Constant and Description |
---|
IE |
IE_KGram |
IE_MR |
IE_MRA |
IE_NSMR |
IE_NSMRA |
IE_SMR |
IE_SMRA |
IE_TR |
IE_TR_MR |
IE_TR_NSMR |
IE_TR_SMR |
IE_TRA |
IE_TRA_MRA |
IE_TRA_NSMRA |
IE_TRA_SMRA |
KGram |
MIX |
MIXA |
MR |
MRA |
None |
NSMR |
NSMRA |
SMR |
SMRA |
TR |
TR_MR |
TR_NSMR |
TR_SMR |
TRA |
TRA_MRA |
TRA_NSMRA |
TRA_SMRA |
Modifier and Type | Method and Description |
---|---|
static Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Feature None
public static final Feature IE
public static final Feature KGram
public static final Feature TR
public static final Feature MR
public static final Feature NSMR
public static final Feature SMR
public static final Feature TRA
public static final Feature MRA
public static final Feature NSMRA
public static final Feature SMRA
public static final Feature IE_KGram
public static final Feature IE_TR
public static final Feature IE_MR
public static final Feature IE_NSMR
public static final Feature IE_SMR
public static final Feature TR_MR
public static final Feature TR_SMR
public static final Feature TR_NSMR
public static final Feature IE_TR_MR
public static final Feature IE_TR_NSMR
public static final Feature IE_TR_SMR
public static final Feature IE_TRA
public static final Feature IE_MRA
public static final Feature IE_NSMRA
public static final Feature IE_SMRA
public static final Feature IE_TRA_MRA
public static final Feature IE_TRA_NSMRA
public static final Feature IE_TRA_SMRA
public static final Feature TRA_MRA
public static final Feature TRA_SMRA
public static final Feature TRA_NSMRA
public static final Feature MIX
public static final Feature MIXA
public static Feature[] values()
for (Feature c : Feature.values()) System.out.println(c);
public static Feature 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