Interface WritableLocaleValue
- All Superinterfaces:
ReadableLocaleValue,ReadableSimpleValue<Locale>,ReadableTypedValue<Locale>,ReadableValue<Locale>,Supplier<Locale>,WritableSimpleValue<Locale>,WritableValue<Locale>
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.value.observable.locale.ReadableLocaleValue
getAsString, getFallbackSafeValue, getValueClassMethods inherited from interface io.github.mmm.value.ReadableValue
get, getSafeMethods inherited from interface io.github.mmm.value.observable.object.WritableSimpleValue
setAsString
-
Method Details
-
parse
- Specified by:
parsein interfaceWritableSimpleValue<Locale>- Parameters:
value- the value asString. May benull.- Returns:
- the parsed
value. May benull(e.g. if the givenStringisnull).
-
set
- Specified by:
setin interfaceWritableValue<Locale>
-
setValue
- Parameters:
value- the value to set.- See Also:
-