public static enum Admin.Cache extends Enum<Admin.Cache>
Enum Constant and Description |
---|
PREPARED_PLAN_CACHE |
QUERY_SERVICE_RESULT_SET_CACHE |
Modifier and Type | Method and Description |
---|---|
static Admin.Cache |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Admin.Cache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Admin.Cache PREPARED_PLAN_CACHE
public static final Admin.Cache QUERY_SERVICE_RESULT_SET_CACHE
public static Admin.Cache[] values()
for (Admin.Cache c : Admin.Cache.values()) System.out.println(c);
public static Admin.Cache 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 © 2013-2014 JBoss by Red Hat. All Rights Reserved.