public static enum ActionButton.ButtonType extends Enum<ActionButton.ButtonType>
Modifier and Type | Method and Description |
---|---|
static ActionButton.ButtonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionButton.ButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionButton.ButtonType ENTER
public static final ActionButton.ButtonType ASK_4_REG
public static final ActionButton.ButtonType PENDING
public static final ActionButton.ButtonType FREE
public static ActionButton.ButtonType[] values()
for (ActionButton.ButtonType c : ActionButton.ButtonType.values()) System.out.println(c);
public static ActionButton.ButtonType 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 © 2015. All Rights Reserved.