public static enum Property.Id extends java.lang.Enum<Property.Id>
Enum Constant and Description |
---|
ADR |
AGENT |
BDAY |
BIRTH |
CALADRURI |
CALURI |
CATEGORIES |
CLASS |
DDAY |
DEATH |
EMAIL |
EXTENDED |
FBURL |
FN |
GENDER |
GEO |
IMPP |
KEY |
KIND |
LABEL |
LANG |
LOGO |
MAILER |
MEMBER |
N |
NAME |
NICKNAME |
NOTE |
ORG |
PHOTO |
PRODID |
RELATED |
REV |
ROLE |
SORT_STRING |
SOUND |
SOURCE |
TEL |
TITLE |
TZ |
UID |
URL |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyName() |
static Property.Id |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Property.Id[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.Id SOURCE
public static final Property.Id NAME
public static final Property.Id KIND
public static final Property.Id FN
public static final Property.Id N
public static final Property.Id NICKNAME
public static final Property.Id PHOTO
public static final Property.Id BDAY
public static final Property.Id DDAY
public static final Property.Id BIRTH
public static final Property.Id DEATH
public static final Property.Id GENDER
public static final Property.Id ADR
public static final Property.Id LABEL
public static final Property.Id TEL
public static final Property.Id EMAIL
public static final Property.Id IMPP
public static final Property.Id LANG
public static final Property.Id TZ
public static final Property.Id GEO
public static final Property.Id TITLE
public static final Property.Id ROLE
public static final Property.Id LOGO
public static final Property.Id AGENT
public static final Property.Id ORG
public static final Property.Id MEMBER
public static final Property.Id RELATED
public static final Property.Id CATEGORIES
public static final Property.Id NOTE
public static final Property.Id PRODID
public static final Property.Id REV
public static final Property.Id SORT_STRING
public static final Property.Id SOUND
public static final Property.Id UID
public static final Property.Id URL
public static final Property.Id VERSION
public static final Property.Id CLASS
public static final Property.Id KEY
public static final Property.Id FBURL
public static final Property.Id CALADRURI
public static final Property.Id CALURI
public static final Property.Id EXTENDED
public static final Property.Id MAILER
public static Property.Id[] values()
for (Property.Id c : Property.Id.values()) System.out.println(c);
public static Property.Id 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 nullpublic java.lang.String getPropertyName()