public enum UserProfileType extends java.lang.Enum<UserProfileType>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName() |
static UserProfileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserProfileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProfileType USER_ID
public static final UserProfileType DISPLAY_NAME
public static final UserProfileType BUSINESS_EMAIL
public static final UserProfileType DESCRIPTION
public static final UserProfileType EMPLOYEE_TYPE
public static final UserProfileType DEPARTMENT
public static final UserProfileType DATE_OF_BIRTH
public static final UserProfileType BUSINESS_FAX
public static final UserProfileType BUSINESS_CITY
public static final UserProfileType BUSINESS_COUNTRY
public static final UserProfileType DATE_OF_HIRE
public static final UserProfileType NAME
public static final UserProfileType PREFERRED_LANGUAGE
public static final UserProfileType BUSINESS_POSTAL_ADDR
public static final UserProfileType MIDDLE_NAME
public static final UserProfileType ORGANIZATIONAL_UNIT
public static final UserProfileType WIRELESS_ACCT_NUMBER
public static final UserProfileType BUSINESS_PO_BOX
public static final UserProfileType BUSINESS_STATE
public static final UserProfileType HOME_ADDRESS
public static final UserProfileType NAME_SUFFIX
public static final UserProfileType BUSINESS_STREET
public static final UserProfileType INITIALS
public static final UserProfileType USER_NAME
public static final UserProfileType BUSINESS_POSTAL_CODE
public static final UserProfileType BUSINESS_PAGER
public static final UserProfileType LAST_NAME
public static final UserProfileType BUSINESS_PHONE
public static final UserProfileType FIRST_NAME
public static final UserProfileType TIME_ZONE
public static final UserProfileType MAIDEN_NAME
public static final UserProfileType DEFAULT_GROUP
public static final UserProfileType ORGANIZATION
public static final UserProfileType HOME_PHONE
public static final UserProfileType BUSINESS_MOBILE
public static final UserProfileType UI_ACCESS_MODE
public static final UserProfileType JPEG_PHOTO
public static final UserProfileType MANAGER
public static final UserProfileType TITLE
public static final UserProfileType EMPLOYEE_NUMBER
public static final UserProfileType GUID
public static final UserProfileType TENANT_GUID
public static final UserProfileType TENANT_NAME
public static final UserProfileType MT_UID
public static UserProfileType[] values()
for (UserProfileType c : UserProfileType.values()) System.out.println(c);
public static UserProfileType 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 getAttributeName()