org.incava.jagol
Class DoubleOption
public class DoubleOption
Represents an option that is an double.
protected String | getType() - Returns the option type.
|
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()
|
DoubleOption
public DoubleOption(String longName,
String description)
DoubleOption
public DoubleOption(String longName,
String description,
Double value)
getValue
public Double getValue()
Returns the value. Returns null if not set.
setValue
public void setValue(Double value)
Sets the value.
toString
public String toString()