public static enum KeyboardOperation.TriStateBoolean extends Enum<KeyboardOperation.TriStateBoolean>
Modifier and Type | Method and Description |
---|---|
static KeyboardOperation.TriStateBoolean |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyboardOperation.TriStateBoolean[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyboardOperation.TriStateBoolean TRUE
public static final KeyboardOperation.TriStateBoolean FALSE
public static final KeyboardOperation.TriStateBoolean DONT_CARE
public static KeyboardOperation.TriStateBoolean[] values()
for (KeyboardOperation.TriStateBoolean c : KeyboardOperation.TriStateBoolean.values()) System.out.println(c);
public static KeyboardOperation.TriStateBoolean 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 © 2012–2020 JBoss by Red Hat. All rights reserved.