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 String
ADDRESS
static String
ADDRESS_ENTRY
static String
ADDRESS_LABEL
static String
CITY
static String
COUNTRY
static String
DATE_OF_BIRTH
static String
EMAIL_ADDRESS
static String
FIRST_NAME
static String
HOME_ADDRESS
static String
HOME_FAX
static String
HOME_PHONE
static String
LAST_NAME
static String
MOBILE
static String
ORGANIZATION
static String
ORGANIZATION_DESCRIPTION
static String
ORGANIZATION_INVOLVEMENT
static String
ORGANIZATION_NAME
static String
ORGANIZATIONAL_ROLE
static String
PERSON
static String
PERSON_DESCRIPTION
static String
PERSON_NAME
static String
PHONE_ENTRY
static String
PHONE_LABEL
static String
PHONE_NUMBER
static String
POSTAL_CODE
static String
REGION
static String
STREET
static String
WORK_ADDRESS
static String
WORK_FAX
static String
WORK_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
-
-