public static enum UICacheBase.PropertyKeys extends Enum<UICacheBase.PropertyKeys>
Enum Constant and Description |
---|
disabled |
key |
processEvents |
region |
Modifier and Type | Method and Description |
---|---|
static UICacheBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UICacheBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UICacheBase.PropertyKeys disabled
public static final UICacheBase.PropertyKeys region
public static final UICacheBase.PropertyKeys key
public static final UICacheBase.PropertyKeys processEvents
public static UICacheBase.PropertyKeys[] values()
for (UICacheBase.PropertyKeys c : UICacheBase.PropertyKeys.values()) System.out.println(c);
public static UICacheBase.PropertyKeys 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 © 2020. All rights reserved.