public static enum CacheRegionDefinition.CacheRegionType extends Enum<CacheRegionDefinition.CacheRegionType>
Enum Constant and Description |
---|
COLLECTION |
ENTITY |
QUERY |
Modifier and Type | Method and Description |
---|---|
static CacheRegionDefinition.CacheRegionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheRegionDefinition.CacheRegionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheRegionDefinition.CacheRegionType ENTITY
public static final CacheRegionDefinition.CacheRegionType COLLECTION
public static final CacheRegionDefinition.CacheRegionType QUERY
public static CacheRegionDefinition.CacheRegionType[] values()
for (CacheRegionDefinition.CacheRegionType c : CacheRegionDefinition.CacheRegionType.values()) System.out.println(c);
public static CacheRegionDefinition.CacheRegionType 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 © 2001-2017 Red Hat, Inc. All Rights Reserved.