public static enum SpaceEngine.EntryRemoveReasonCodes extends Enum<SpaceEngine.EntryRemoveReasonCodes>
| Enum Constant and Description | 
|---|
EVICT  | 
LEASE_CANCEL  | 
LEASE_EXPIRED  | 
TAKE  | 
| Modifier and Type | Method and Description | 
|---|---|
static SpaceEngine.EntryRemoveReasonCodes | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SpaceEngine.EntryRemoveReasonCodes[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SpaceEngine.EntryRemoveReasonCodes TAKE
public static final SpaceEngine.EntryRemoveReasonCodes EVICT
public static final SpaceEngine.EntryRemoveReasonCodes LEASE_CANCEL
public static final SpaceEngine.EntryRemoveReasonCodes LEASE_EXPIRED
public static SpaceEngine.EntryRemoveReasonCodes[] values()
for (SpaceEngine.EntryRemoveReasonCodes c : SpaceEngine.EntryRemoveReasonCodes.values()) System.out.println(c);
public static SpaceEngine.EntryRemoveReasonCodes 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.