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