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