public static enum ContactTextSearch.SearchField extends Enum<ContactTextSearch.SearchField>
Enum Constant and Description |
---|
ADDRESS |
BADGE_ID |
CARD_ID |
EMAIL |
LOGIN |
NAME |
NUMBER |
Modifier and Type | Method and Description |
---|---|
static ContactTextSearch.SearchField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactTextSearch.SearchField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactTextSearch.SearchField NAME
public static final ContactTextSearch.SearchField EMAIL
public static final ContactTextSearch.SearchField ADDRESS
public static final ContactTextSearch.SearchField LOGIN
public static final ContactTextSearch.SearchField NUMBER
public static final ContactTextSearch.SearchField CARD_ID
public static final ContactTextSearch.SearchField BADGE_ID
public static ContactTextSearch.SearchField[] values()
for (ContactTextSearch.SearchField c : ContactTextSearch.SearchField.values()) System.out.println(c);
public static ContactTextSearch.SearchField 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 © 2021. All rights reserved.