org.incava.jagol
Class FloatOption
Represents an option that is an float.
protected String | getType() - Returns the option type.
|
Float | getValue() - Returns the value.
|
void | setValue(Float value) - Sets the value.
|
void | setValue(String value) - Sets the value from the string, for a float type.
|
String | toString()
|
FloatOption
public FloatOption(String longName,
String description)
FloatOption
public FloatOption(String longName,
String description,
Float value)
getValue
public Float getValue()
Returns the value. This is null if not set.
setValue
public void setValue(Float value)
Sets the value.
toString
public String toString()