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