public static enum BooleanValuesSettings.Values extends java.lang.Enum<BooleanValuesSettings.Values>
Modifier and Type | Method and Description |
---|---|
static BooleanValuesSettings.Values |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BooleanValuesSettings.Values[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BooleanValuesSettings.Values TRUE
public static final BooleanValuesSettings.Values FALSE
public static final BooleanValuesSettings.Values ALL
public static final BooleanValuesSettings.Values NONE
public static BooleanValuesSettings.Values[] values()
for (BooleanValuesSettings.Values c : BooleanValuesSettings.Values.values()) System.out.println(c);
public static BooleanValuesSettings.Values 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