Package systems.dmx.contacts
Class Constants
- java.lang.Object
-
- systems.dmx.contacts.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDRESSstatic StringADDRESS_ENTRYstatic StringADDRESS_LABELstatic StringCITYstatic StringCOUNTRYstatic StringDATE_OF_BIRTHstatic StringEMAIL_ADDRESSstatic StringFIRST_NAMEstatic StringHOME_ADDRESSstatic StringHOME_FAXstatic StringHOME_PHONEstatic StringLAST_NAMEstatic StringMOBILEstatic StringORGANIZATIONstatic StringORGANIZATION_DESCRIPTIONstatic StringORGANIZATION_INVOLVEMENTstatic StringORGANIZATION_NAMEstatic StringORGANIZATIONAL_ROLEstatic StringPERSONstatic StringPERSON_DESCRIPTIONstatic StringPERSON_NAMEstatic StringPHONE_ENTRYstatic StringPHONE_LABELstatic StringPHONE_NUMBERstatic StringPOSTAL_CODEstatic StringREGIONstatic StringSTREETstatic StringWORK_ADDRESSstatic StringWORK_FAXstatic StringWORK_PHONE
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
PERSON
public static final String PERSON
- See Also:
- Constant Field Values
-
PERSON_NAME
public static final String PERSON_NAME
- See Also:
- Constant Field Values
-
PERSON_DESCRIPTION
public static final String PERSON_DESCRIPTION
- See Also:
- Constant Field Values
-
ORGANIZATION
public static final String ORGANIZATION
- See Also:
- Constant Field Values
-
ORGANIZATION_NAME
public static final String ORGANIZATION_NAME
- See Also:
- Constant Field Values
-
ORGANIZATION_DESCRIPTION
public static final String ORGANIZATION_DESCRIPTION
- See Also:
- Constant Field Values
-
ORGANIZATIONAL_ROLE
public static final String ORGANIZATIONAL_ROLE
- See Also:
- Constant Field Values
-
FIRST_NAME
public static final String FIRST_NAME
- See Also:
- Constant Field Values
-
LAST_NAME
public static final String LAST_NAME
- See Also:
- Constant Field Values
-
EMAIL_ADDRESS
public static final String EMAIL_ADDRESS
- See Also:
- Constant Field Values
-
PHONE_LABEL
public static final String PHONE_LABEL
- See Also:
- Constant Field Values
-
PHONE_NUMBER
public static final String PHONE_NUMBER
- See Also:
- Constant Field Values
-
ADDRESS_LABEL
public static final String ADDRESS_LABEL
- See Also:
- Constant Field Values
-
ADDRESS
public static final String ADDRESS
- See Also:
- Constant Field Values
-
STREET
public static final String STREET
- See Also:
- Constant Field Values
-
POSTAL_CODE
public static final String POSTAL_CODE
- See Also:
- Constant Field Values
-
CITY
public static final String CITY
- See Also:
- Constant Field Values
-
REGION
public static final String REGION
- See Also:
- Constant Field Values
-
COUNTRY
public static final String COUNTRY
- See Also:
- Constant Field Values
-
DATE_OF_BIRTH
public static final String DATE_OF_BIRTH
- See Also:
- Constant Field Values
-
PHONE_ENTRY
public static final String PHONE_ENTRY
- See Also:
- Constant Field Values
-
ADDRESS_ENTRY
public static final String ADDRESS_ENTRY
- See Also:
- Constant Field Values
-
ORGANIZATION_INVOLVEMENT
public static final String ORGANIZATION_INVOLVEMENT
- See Also:
- Constant Field Values
-
WORK_PHONE
public static final String WORK_PHONE
- See Also:
- Constant Field Values
-
HOME_PHONE
public static final String HOME_PHONE
- See Also:
- Constant Field Values
-
MOBILE
public static final String MOBILE
- See Also:
- Constant Field Values
-
WORK_FAX
public static final String WORK_FAX
- See Also:
- Constant Field Values
-
HOME_FAX
public static final String HOME_FAX
- See Also:
- Constant Field Values
-
WORK_ADDRESS
public static final String WORK_ADDRESS
- See Also:
- Constant Field Values
-
HOME_ADDRESS
public static final String HOME_ADDRESS
- See Also:
- Constant Field Values
-
-