public static class VariableInfo.VariableInfoBoolean extends VariableInfo<NodeVariableBoolean>
Modifier and Type | Class and Description |
---|---|
static class |
VariableInfo.VariableInfoBoolean.BooleanPossibilities |
VariableInfo.CacheType, VariableInfo.VariableInfoBoolean, VariableInfo.VariableInfoDouble, VariableInfo.VariableInfoLong, VariableInfo.VariableInfoObject<T>
Modifier and Type | Field and Description |
---|---|
VariableInfo.VariableInfoBoolean.BooleanPossibilities |
possibleValues |
cacheType, node, setIsComplete
Constructor and Description |
---|
VariableInfoBoolean(NodeVariableBoolean node) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentOrdinal() |
java.util.Collection<java.lang.Boolean> |
getPossibleValues() |
boolean |
shouldCacheCurrentValue() |
toString
public VariableInfo.VariableInfoBoolean.BooleanPossibilities possibleValues
public VariableInfoBoolean(NodeVariableBoolean node)
public java.util.Collection<java.lang.Boolean> getPossibleValues()
getPossibleValues
in class VariableInfo<NodeVariableBoolean>
public boolean shouldCacheCurrentValue()
shouldCacheCurrentValue
in class VariableInfo<NodeVariableBoolean>
public int getCurrentOrdinal()
getCurrentOrdinal
in class VariableInfo<NodeVariableBoolean>