public enum UserPropertyType extends java.lang.Enum<UserPropertyType>
| Enum Constant and Description |
|---|
GUID |
MT_UID |
TENANT_GUID |
TENANT_NAME |
| Modifier and Type | Method and Description |
|---|---|
static UserPropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserPropertyType TENANT_NAME
public static final UserPropertyType TENANT_GUID
public static final UserPropertyType MT_UID
public static final UserPropertyType GUID
public static UserPropertyType[] values()
for (UserPropertyType c : UserPropertyType.values()) System.out.println(c);
public static UserPropertyType 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 null