public static enum ProviderProperty.ProviderPropertyType extends java.lang.Enum<ProviderProperty.ProviderPropertyType>
Enum Constant and Description |
---|
BOOLEAN |
BYTE |
CHARACTER |
DOUBLE |
FLOAT |
INTEGER |
LONG |
SHORT |
STRING |
Modifier and Type | Method and Description |
---|---|
static ProviderProperty.ProviderPropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProviderProperty.ProviderPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProviderProperty.ProviderPropertyType BOOLEAN
public static final ProviderProperty.ProviderPropertyType BYTE
public static final ProviderProperty.ProviderPropertyType CHARACTER
public static final ProviderProperty.ProviderPropertyType DOUBLE
public static final ProviderProperty.ProviderPropertyType FLOAT
public static final ProviderProperty.ProviderPropertyType INTEGER
public static final ProviderProperty.ProviderPropertyType LONG
public static final ProviderProperty.ProviderPropertyType SHORT
public static final ProviderProperty.ProviderPropertyType STRING
public static ProviderProperty.ProviderPropertyType[] values()
for (ProviderProperty.ProviderPropertyType c : ProviderProperty.ProviderPropertyType.values()) System.out.println(c);
public static ProviderProperty.ProviderPropertyType 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