public static enum StorageGeneric.PutStatus extends Enum<StorageGeneric.PutStatus>
Enum Constant and Description |
---|
FAILED |
FAILED_NOT_ABSENT |
FAILED_SECURITY |
OK |
Modifier and Type | Method and Description |
---|---|
static StorageGeneric.PutStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageGeneric.PutStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageGeneric.PutStatus OK
public static final StorageGeneric.PutStatus FAILED_NOT_ABSENT
public static final StorageGeneric.PutStatus FAILED_SECURITY
public static final StorageGeneric.PutStatus FAILED
public static StorageGeneric.PutStatus[] values()
for (StorageGeneric.PutStatus c : StorageGeneric.PutStatus.values()) System.out.println(c);
public static StorageGeneric.PutStatus 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 © 2013. All Rights Reserved.