public static enum SettingsDialog.TriState extends java.lang.Enum<SettingsDialog.TriState>
| Enum Constant and Description |
|---|
INDETERMINATE |
NOT_SELECTED |
SELECTED |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
label |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static SettingsDialog.TriState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SettingsDialog.TriState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettingsDialog.TriState SELECTED
public static final SettingsDialog.TriState NOT_SELECTED
public static final SettingsDialog.TriState INDETERMINATE
public static SettingsDialog.TriState[] values()
for (SettingsDialog.TriState c : SettingsDialog.TriState.values()) System.out.println(c);
public static SettingsDialog.TriState 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<SettingsDialog.TriState>