public enum KeyboardInputMask extends Enum<KeyboardInputMask>
| Enum Constant and Description |
|---|
DISABLE_INPUT_KEY_MASK |
ENABLE_INPUT_KEY_MASK |
USER_CHOICE_INPUT_KEY_MASK |
| Modifier and Type | Method and Description |
|---|---|
static KeyboardInputMask |
valueForString(String value)
Convert String to KeyboardInputMask
|
static KeyboardInputMask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyboardInputMask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyboardInputMask ENABLE_INPUT_KEY_MASK
public static final KeyboardInputMask DISABLE_INPUT_KEY_MASK
public static final KeyboardInputMask USER_CHOICE_INPUT_KEY_MASK
public static KeyboardInputMask[] values()
for (KeyboardInputMask c : KeyboardInputMask.values()) System.out.println(c);
public static KeyboardInputMask 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 nullpublic static KeyboardInputMask valueForString(String value)
value - String