public static enum AbstractStorageStatusRecord.DataType extends Enum<AbstractStorageStatusRecord.DataType>
| Enum Constant and Description |
|---|
DATABASE |
GEO |
LOCAL |
OTHER |
STORAGE |
TREE |
| Modifier and Type | Method and Description |
|---|---|
static AbstractStorageStatusRecord.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStorageStatusRecord.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractStorageStatusRecord.DataType STORAGE
public static final AbstractStorageStatusRecord.DataType TREE
public static final AbstractStorageStatusRecord.DataType GEO
public static final AbstractStorageStatusRecord.DataType DATABASE
public static final AbstractStorageStatusRecord.DataType LOCAL
public static final AbstractStorageStatusRecord.DataType OTHER
public static AbstractStorageStatusRecord.DataType[] values()
for (AbstractStorageStatusRecord.DataType c : AbstractStorageStatusRecord.DataType.values()) System.out.println(c);
public static AbstractStorageStatusRecord.DataType 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 © 2019. All Rights Reserved.