public static enum QuadStateCheckBox.State extends java.lang.Enum<QuadStateCheckBox.State>
Enum Constant and Description |
---|
NOT_SELECTED |
PARTIAL |
SELECTED |
UNSET |
Modifier and Type | Method and Description |
---|---|
static QuadStateCheckBox.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuadStateCheckBox.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuadStateCheckBox.State NOT_SELECTED
public static final QuadStateCheckBox.State SELECTED
public static final QuadStateCheckBox.State UNSET
public static final QuadStateCheckBox.State PARTIAL
public static QuadStateCheckBox.State[] values()
for (QuadStateCheckBox.State c : QuadStateCheckBox.State.values()) System.out.println(c);
public static QuadStateCheckBox.State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null