| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.OptionDefinition | |
| ↳ | com.pnfsoftware.jeb.core.BooleanOptionDefinition | |
Single Boolean Option. Allow true/false values. Use valueOf(String) for
conversion.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BooleanOptionDefinition(String name, boolean defaultValue, String description) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Object |
getOptions()
Unused
| ||||||||||
| ITypedOptionDefinition.Type |
getType()
Retrieve the type of the option
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.OptionDefinition
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.IOptionDefinition
| |||||||||||
From interface
com.pnfsoftware.jeb.core.ITypedOptionDefinition
| |||||||||||
Unused