com.liferay.portal.kernel.search.filter
Enum TermsFilter.Execution
java.lang.Object
java.lang.Enum<TermsFilter.Execution>
com.liferay.portal.kernel.search.filter.TermsFilter.Execution
- All Implemented Interfaces:
- Serializable, Comparable<TermsFilter.Execution>
- Enclosing class:
- TermsFilter
public static enum TermsFilter.Execution
- extends Enum<TermsFilter.Execution>
AND
public static final TermsFilter.Execution AND
BOOL
public static final TermsFilter.Execution BOOL
FIELD_DATA
public static final TermsFilter.Execution FIELD_DATA
OR
public static final TermsFilter.Execution OR
PLAIN
public static final TermsFilter.Execution PLAIN
values
public static TermsFilter.Execution[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TermsFilter.Execution c : TermsFilter.Execution.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TermsFilter.Execution valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null