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