public static enum ERXFullTextQualifier.MatchType extends Enum<ERXFullTextQualifier.MatchType>
Enum Constant and Description |
---|
ALL
All search terms must match for the qualifier to match.
|
ANY
Only one search term must match for the qualifier to match.
|
Modifier and Type | Method and Description |
---|---|
static ERXFullTextQualifier.MatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXFullTextQualifier.MatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXFullTextQualifier.MatchType ALL
public static final ERXFullTextQualifier.MatchType ANY
public static ERXFullTextQualifier.MatchType[] values()
for (ERXFullTextQualifier.MatchType c : ERXFullTextQualifier.MatchType.values()) System.out.println(c);
public static ERXFullTextQualifier.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 © 2002 – 2024 Project Wonder.