|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcdx.scorebot.util.config.ConfigOption<java.lang.Boolean>
cdx.scorebot.util.config.ConfigBoolean
public class ConfigBoolean
Implements Boolean as a configuration option
| Field Summary |
|---|
| Fields inherited from class cdx.scorebot.util.config.ConfigOption |
|---|
possValues |
| Constructor Summary | |
|---|---|
ConfigBoolean(java.lang.Boolean option)
Instantiates a ConfigOption with a ComponType BINARY. |
|
| Method Summary | |
|---|---|
java.util.Vector<java.lang.Boolean> |
getAllowedValuesCopy()
gets a COPY of the possible values this component may take on (only used if ComponType is MULTI). |
ConfigOption |
getShortCopy()
Returns a copy of this configuration option. |
| Methods inherited from class cdx.scorebot.util.config.ConfigOption |
|---|
addValue, equals, getComponType, getCurrentValue, getCurrentValueIndex, getName, getType, getValue, getValues, getVarianceType, nextValue, removeValue, setCurrentValue, setName, setVarianceType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigBoolean(java.lang.Boolean option)
option - initial value of the option| Method Detail |
|---|
public java.util.Vector<java.lang.Boolean> getAllowedValuesCopy()
getAllowedValuesCopy in class ConfigOption<java.lang.Boolean>public ConfigOption getShortCopy()
ConfigOption
getShortCopy in class ConfigOption<java.lang.Boolean>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||