public static enum ERXFullTextQualifier.MatchType extends java.lang.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(java.lang.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(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 nullCopyright © 2002 – 2022 Project Wonder.