public static enum SearchCriteria.Term.MatchType extends Enum<SearchCriteria.Term.MatchType>
| Enum Constant and Description |
|---|
ALL_WORDS |
ANY_WORD |
AS_IS |
EXACT_PHRASE |
EXACT_PROPERTY_VALUE |
NO_EXACT_PROPERTY_VALUE |
WITHOUT_WORDS |
| Modifier and Type | Method and Description |
|---|---|
static SearchCriteria.Term.MatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchCriteria.Term.MatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchCriteria.Term.MatchType ALL_WORDS
public static final SearchCriteria.Term.MatchType ANY_WORD
public static final SearchCriteria.Term.MatchType AS_IS
public static final SearchCriteria.Term.MatchType EXACT_PHRASE
public static final SearchCriteria.Term.MatchType WITHOUT_WORDS
public static final SearchCriteria.Term.MatchType EXACT_PROPERTY_VALUE
public static final SearchCriteria.Term.MatchType NO_EXACT_PROPERTY_VALUE
public static SearchCriteria.Term.MatchType[] values()
for (SearchCriteria.Term.MatchType c : SearchCriteria.Term.MatchType.values()) System.out.println(c);
public static SearchCriteria.Term.MatchType 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 nullCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.