public interface BaseOption<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHelpText()
Gets the help text.
|
java.lang.String |
getOptionName()
Gets the option name.
|
T |
getOptionValue()
Gets the option value.
|
void |
setOptionValue(T optionValue)
Sets the option value.
|
T getOptionValue()
void setOptionValue(T optionValue)
optionValue
- the new option valuejava.lang.String getOptionName()
java.lang.String getHelpText()