public static enum ConstantsAndVariables.PatternForEachTokenWay extends Enum<ConstantsAndVariables.PatternForEachTokenWay>
Modifier and Type | Method and Description |
---|---|
static ConstantsAndVariables.PatternForEachTokenWay |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsAndVariables.PatternForEachTokenWay[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantsAndVariables.PatternForEachTokenWay MEMORY
public static final ConstantsAndVariables.PatternForEachTokenWay LUCENE
public static final ConstantsAndVariables.PatternForEachTokenWay DB
public static ConstantsAndVariables.PatternForEachTokenWay[] values()
for (ConstantsAndVariables.PatternForEachTokenWay c : ConstantsAndVariables.PatternForEachTokenWay.values()) System.out.println(c);
public static ConstantsAndVariables.PatternForEachTokenWay valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null