public static enum GadgetsHandlerApi.UserPrefDataType extends Enum<GadgetsHandlerApi.UserPrefDataType>
| Enum Constant and Description |
|---|
BOOL |
ENUM |
HIDDEN |
LIST |
NUMBER |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static GadgetsHandlerApi.UserPrefDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GadgetsHandlerApi.UserPrefDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GadgetsHandlerApi.UserPrefDataType STRING
public static final GadgetsHandlerApi.UserPrefDataType HIDDEN
public static final GadgetsHandlerApi.UserPrefDataType BOOL
public static final GadgetsHandlerApi.UserPrefDataType ENUM
public static final GadgetsHandlerApi.UserPrefDataType LIST
public static final GadgetsHandlerApi.UserPrefDataType NUMBER
public static GadgetsHandlerApi.UserPrefDataType[] values()
for (GadgetsHandlerApi.UserPrefDataType c : GadgetsHandlerApi.UserPrefDataType.values()) System.out.println(c);
public static GadgetsHandlerApi.UserPrefDataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2007-2012. All Rights Reserved.