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