public class BooleanOption extends AbstractOption<java.lang.Boolean>
Constructor and Description |
---|
BooleanOption(java.lang.String optionName)
Instantiates a new boolean option.
|
BooleanOption(java.lang.String optionName,
java.lang.Boolean defaultValue)
Instantiates a new boolean option.
|
getPickList, isMultipleSelectionsAllowed, setMultipleSelectionsAllowed, setPickList
getHelpText, getOptionName, getOptionValue, setHelpText, setOptionValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHelpText, getOptionName, getOptionValue, setOptionValue
public BooleanOption(java.lang.String optionName)
optionName
- the option namepublic BooleanOption(java.lang.String optionName, java.lang.Boolean defaultValue)
optionName
- the option namedefaultValue
- the default value