Package com.pnfsoftware.jeb.core
Interface ITypedOptionDefinition
- All Superinterfaces:
IOptionDefinition
- All Known Implementing Classes:
BooleanOptionDefinition
,ListOptionDefinition
,OptionDefinition
Extended, typed option containing type of definition in addition to
IOptionDefinition
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Types of typed options. -
Method Summary
Modifier and TypeMethodDescriptionOptional additional optionsgetType()
Retrieve the type of the optionMethods inherited from interface com.pnfsoftware.jeb.core.IOptionDefinition
getDefaultValue, getDescription, getName
-
Method Details
-
getType
ITypedOptionDefinition.Type getType()Retrieve the type of the option- Returns:
- the type
-
getOptions
Object getOptions()Optional additional options- Returns:
- additional options, depends on type
-