Interface ReadableDurationValue
- All Superinterfaces:
ReadableObjectValue<Duration>,ReadableSimpleObjectValue<Duration>,ReadableSimpleValue<Duration>,ReadableTemporalAmountValue<Duration>,ReadableValue<Duration>,Supplier<Duration>
- All Known Subinterfaces:
DurationExpression,ObservableDurationValue,WritableDurationValue
- All Known Implementing Classes:
DurationBinding
- 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.observable.object.ReadableSimpleValue
getAsStringMethods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
Method Details
-
getValueClass
- Specified by:
getValueClassin interfaceReadableValue<Duration>
-
getFallbackSafeValue
- Specified by:
getFallbackSafeValuein interfaceReadableValue<Duration>
-
parse
- Specified by:
parsein interfaceReadableSimpleValue<Duration>- Parameters:
value- the value asString. May benull.- Returns:
- the parsed
value. May benull(e.g. if the givenStringisnull).
-