public static enum SettingSearchInfo.MatchKind extends Enum<SettingSearchInfo.MatchKind>
| Enum Constant and Description |
|---|
CONTAINS |
ENDS_WITH |
EQUALS |
STARTS_WITH |
| Modifier and Type | Field and Description |
|---|---|
String |
operator |
String |
postfix |
String |
prefix |
| Modifier and Type | Method and Description |
|---|---|
static SettingSearchInfo.MatchKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettingSearchInfo.MatchKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettingSearchInfo.MatchKind STARTS_WITH
public static final SettingSearchInfo.MatchKind ENDS_WITH
public static final SettingSearchInfo.MatchKind EQUALS
public static final SettingSearchInfo.MatchKind CONTAINS
public final String operator
public final String prefix
public final String postfix
public static SettingSearchInfo.MatchKind[] values()
for (SettingSearchInfo.MatchKind c : SettingSearchInfo.MatchKind.values()) System.out.println(c);
public static SettingSearchInfo.MatchKind 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 © 2020 Hyland Software Germany GmbH. All rights reserved.