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