public static enum SpaceCache.StoreResponse extends Enum<SpaceCache.StoreResponse>
| Enum Constant and Description | 
|---|
EXISTS  | 
NOT_FOUND  | 
NOT_STORED  | 
STORED  | 
| Modifier and Type | Method and Description | 
|---|---|
static SpaceCache.StoreResponse | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SpaceCache.StoreResponse[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SpaceCache.StoreResponse STORED
public static final SpaceCache.StoreResponse NOT_STORED
public static final SpaceCache.StoreResponse EXISTS
public static final SpaceCache.StoreResponse NOT_FOUND
public static SpaceCache.StoreResponse[] values()
for (SpaceCache.StoreResponse c : SpaceCache.StoreResponse.values()) System.out.println(c);
public static SpaceCache.StoreResponse 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 © GigaSpaces.