Package | Description |
---|---|
org.incava.jagol |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
ListOption.convert(java.lang.String str)
Returns the string, possibly converted to a different Object type.
|
protected void |
ListOption.parse(java.lang.String str)
Parses the value into the value list.
|
void |
BooleanOption.setValue(java.lang.String value)
Sets the value from the string, for a boolean type.
|
void |
DoubleOption.setValue(java.lang.String value)
Sets the value from the string, for a double type.
|
void |
FloatOption.setValue(java.lang.String value)
Sets the value from the string, for a float type.
|
void |
IntegerOption.setValue(java.lang.String value)
Sets the value from the string, for an integer type.
|
void |
ListOption.setValue(java.lang.String value)
Sets the value from the string, for a list type.
|
abstract void |
Option.setValue(java.lang.String value)
Sets the value from the string, for this option type.
|