Package com.pnfsoftware.jeb.core
Class BooleanOptionDefinition
java.lang.Object
com.pnfsoftware.jeb.core.OptionDefinition
com.pnfsoftware.jeb.core.BooleanOptionDefinition
- All Implemented Interfaces:
IOptionDefinition
,ITypedOptionDefinition
Boolean option description used by property definition managers. Allow true/false values. Use
Boolean.valueOf(String)
for
conversion.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.pnfsoftware.jeb.core.ITypedOptionDefinition
ITypedOptionDefinition.Type
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanOptionDefinition
(String name, boolean defaultValue, String description) -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.OptionDefinition
getDefaultValue, getDescription, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pnfsoftware.jeb.core.IOptionDefinition
getDefaultValue, getDescription, getName
-
Constructor Details
-
BooleanOptionDefinition
-
-
Method Details
-
getOptions
Unused- Specified by:
getOptions
in interfaceITypedOptionDefinition
- Overrides:
getOptions
in classOptionDefinition
- Returns:
- null
-
getType
Description copied from interface:ITypedOptionDefinition
Retrieve the type of the option- Specified by:
getType
in interfaceITypedOptionDefinition
- Overrides:
getType
in classOptionDefinition
- Returns:
- the type
-