public static enum AbstractStorageUsageRecord.OperationType extends Enum<AbstractStorageUsageRecord.OperationType>
| Modifier and Type | Method and Description |
|---|---|
static AbstractStorageUsageRecord.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStorageUsageRecord.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractStorageUsageRecord.OperationType CREATE
public static final AbstractStorageUsageRecord.OperationType READ
public static final AbstractStorageUsageRecord.OperationType UPDATE
public static final AbstractStorageUsageRecord.OperationType DELETE
public static AbstractStorageUsageRecord.OperationType[] values()
for (AbstractStorageUsageRecord.OperationType c : AbstractStorageUsageRecord.OperationType.values()) System.out.println(c);
public static AbstractStorageUsageRecord.OperationType 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 © 2017. All Rights Reserved.