Interface ReadableYearValue
- All Superinterfaces:
ReadableSimpleValue<Year>,ReadableValue<Year>,Supplier<Year>
- All Known Subinterfaces:
WritableYearValue
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
format, getAsStringMethods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
Method Details
-
getValueClass
- Specified by:
getValueClassin interfaceReadableValue<Year>
-
getFallbackSafeValue
- Specified by:
getFallbackSafeValuein interfaceReadableValue<Year>
-
parse
- Specified by:
parsein interfaceReadableSimpleValue<Year>- Parameters:
value- the value asString. May benull.- Returns:
- the parsed
value. May benull(e.g. if the givenStringisnull).
-
getValue
default int getValue()
-