|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Options that implement this interface will be saved and restored via the
Configuration
mechanism, when they
are contained in an OptionSet
that is registered with the
Configuration. Implementing ConfigurableOption guarantees that the
Option's value can be converted into and read back from a String, where the
empty String represents the null value, since null values are not allowed
in a Properties
object.
Method Summary | |
java.lang.String |
getConfigurableValue()
Get the Option's value as a String. |
void |
setConfigurableValue(java.lang.String value)
Set the Option's value from a String. |
Method Detail |
public java.lang.String getConfigurableValue()
public void setConfigurableValue(java.lang.String value)
value
- The value to set. Guaranteed to be non-null.
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |