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