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