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