Package com.headius.options
Class IntegerOption
An Integer-based Option.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerOption
(String longName, Enum category, Integer[] options, Integer defval, String description) IntegerOption
(String longName, Enum category, Integer defval, String description) IntegerOption
(String prefix, String shortName, Enum category, Integer[] options, Integer defval, String description) -
Method Summary
Modifier and TypeMethodDescriptionPerform the appropriate load and conversion for the option's property.Methods inherited from class com.headius.options.Option
bool, bool, bool, bool, defaultValue, description, displayName, enumeration, enumeration, enumeration, enumeration, force, formatOptions, formatOptions, formatValues, formatValues, integer, integer, integer, integer, integer, integer, integer, integer, isSpecified, load, loadProperty, options, prefix, propertyName, reload, shortName, string, string, string, string, string, string, string, string, toString, type, unforce
-
Constructor Details
-
IntegerOption
-
IntegerOption
-
IntegerOption
-
IntegerOption
-
-
Method Details
-
reloadValue
Description copied from class:Option
Perform the appropriate load and conversion for the option's property.- Specified by:
reloadValue
in classOption<Integer>
- Returns:
- the updated value after reload
-