org.incava.jagol
public class IntegerOption extends NonBooleanOption
| Constructor Summary | |
|---|---|
| IntegerOption(String longName, String description) | |
| IntegerOption(String longName, String description, Integer value) | |
| Method Summary | |
|---|---|
| protected String | getType() |
| Integer | getValue()
Returns the value. |
| void | setValue(Integer value)
Sets the value. |
| void | setValue(String value)
Sets the value from the string, for an integer type. |
| String | toString() |