Interface ReadableLocaleValue
- All Superinterfaces:
ReadableObjectValue<Locale>,ReadableSimpleObjectValue<Locale>,ReadableSimpleValue<Locale>,ReadableValue<Locale>,Supplier<Locale>
- All Known Subinterfaces:
ObservableLocaleValue,WritableLocaleValue
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getValueMethods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
Method Details
-
getAsString
- Specified by:
getAsStringin interfaceReadableSimpleValue<Locale>- Returns:
- the
valueasString.
-
getValueClass
- Specified by:
getValueClassin interfaceReadableValue<Locale>
-
getFallbackSafeValue
- Specified by:
getFallbackSafeValuein interfaceReadableValue<Locale>
-
parse
- Specified by:
parsein interfaceReadableSimpleValue<Locale>- Parameters:
value- the value asString. May benull.- Returns:
- the parsed
value. May benull(e.g. if the givenStringisnull).
-