org.incava.jagol
public class FloatOption extends NonBooleanOption
Constructor Summary | |
---|---|
FloatOption(String longName, String description) | |
FloatOption(String longName, String description, Float value) |
Method Summary | |
---|---|
protected String | getType() |
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() |