public static enum TermsFilter.Execution extends java.lang.Enum<TermsFilter.Execution>
| Enum Constant and Description |
|---|
AND |
BOOL |
FIELD_DATA |
OR |
PLAIN |
| Modifier and Type | Method and Description |
|---|---|
static TermsFilter.Execution |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TermsFilter.Execution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermsFilter.Execution AND
public static final TermsFilter.Execution BOOL
public static final TermsFilter.Execution FIELD_DATA
public static final TermsFilter.Execution OR
public static final TermsFilter.Execution PLAIN
public static TermsFilter.Execution[] values()
for (TermsFilter.Execution c : TermsFilter.Execution.values()) System.out.println(c);
public static TermsFilter.Execution 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