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