public static enum VCardEntry.EntryLabel extends Enum<VCardEntry.EntryLabel>
Enum Constant and Description |
---|
ANDROID_CUSTOM |
ANNIVERSARY |
BIRTHDAY |
EMAIL |
IM |
NAME |
NICKNAME |
NOTE |
ORGANIZATION |
PHONE |
PHOTO |
POSTAL_ADDRESS |
SIP |
WEBSITE |
Modifier and Type | Method and Description |
---|---|
static VCardEntry.EntryLabel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VCardEntry.EntryLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VCardEntry.EntryLabel NAME
public static final VCardEntry.EntryLabel PHONE
public static final VCardEntry.EntryLabel EMAIL
public static final VCardEntry.EntryLabel POSTAL_ADDRESS
public static final VCardEntry.EntryLabel ORGANIZATION
public static final VCardEntry.EntryLabel IM
public static final VCardEntry.EntryLabel PHOTO
public static final VCardEntry.EntryLabel WEBSITE
public static final VCardEntry.EntryLabel SIP
public static final VCardEntry.EntryLabel NICKNAME
public static final VCardEntry.EntryLabel NOTE
public static final VCardEntry.EntryLabel BIRTHDAY
public static final VCardEntry.EntryLabel ANNIVERSARY
public static final VCardEntry.EntryLabel ANDROID_CUSTOM
public static VCardEntry.EntryLabel[] values()
for (VCardEntry.EntryLabel c : VCardEntry.EntryLabel.values()) System.out.println(c);
public static VCardEntry.EntryLabel 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 null