private static enum SearchCompiler.ExactKeyValue.Mode extends java.lang.Enum<SearchCompiler.ExactKeyValue.Mode>
Enum Constant and Description |
---|
ANY |
ANY_KEY |
ANY_KEY_REGEXP |
ANY_VALUE |
ANY_VALUE_REGEXP |
EXACT |
EXACT_REGEXP |
MISSING_KEY |
MISSING_KEY_REGEXP |
NONE |
Modifier and Type | Method and Description |
---|---|
static SearchCompiler.ExactKeyValue.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchCompiler.ExactKeyValue.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchCompiler.ExactKeyValue.Mode ANY
public static final SearchCompiler.ExactKeyValue.Mode ANY_KEY
public static final SearchCompiler.ExactKeyValue.Mode ANY_VALUE
public static final SearchCompiler.ExactKeyValue.Mode EXACT
public static final SearchCompiler.ExactKeyValue.Mode NONE
public static final SearchCompiler.ExactKeyValue.Mode MISSING_KEY
public static final SearchCompiler.ExactKeyValue.Mode ANY_KEY_REGEXP
public static final SearchCompiler.ExactKeyValue.Mode ANY_VALUE_REGEXP
public static final SearchCompiler.ExactKeyValue.Mode EXACT_REGEXP
public static final SearchCompiler.ExactKeyValue.Mode MISSING_KEY_REGEXP
public static SearchCompiler.ExactKeyValue.Mode[] values()
for (SearchCompiler.ExactKeyValue.Mode c : SearchCompiler.ExactKeyValue.Mode.values()) System.out.println(c);
public static SearchCompiler.ExactKeyValue.Mode 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