Package com.pnfsoftware.jeb.core
Interface IOptionDefinition
- All Known Subinterfaces:
ITypedOptionDefinition
- All Known Implementing Classes:
BooleanOptionDefinition
,ListOptionDefinition
,OptionDefinition
public interface IOptionDefinition
Simple definition for a type-less option, containing a name and a description.
-
Method Summary
-
Method Details
-
getDescription
String getDescription()Get the option description.- Returns:
- the optional (but strongly recommended) definition description
-
getName
String getName()Get the definition name. If name is null, then this option is a simple description field.- Returns:
- the mandatory definition name
-
getDefaultValue
String getDefaultValue()- Returns:
-