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