Interface ReadableZonedDateTimeValue
-
- All Superinterfaces:
ReadableObjectValue<ZonedDateTime>
,ReadableSimpleValue<ZonedDateTime>
,ReadableTemporalValue<ZonedDateTime>
,ReadableTypedObjectValue<ZonedDateTime>
,ReadableTypedValue<ZonedDateTime>
,ReadableValue<ZonedDateTime>
,Supplier<ZonedDateTime>
- All Known Subinterfaces:
ObservableZonedDateTimeValue
,ReadableZonedDateTimeProperty
,WritableZonedDateTimeProperty
,WritableZonedDateTimeValue
,ZonedDateTimeExpression
- All Known Implementing Classes:
ZonedDateTimeBinding
,ZonedDateTimeProperty
public interface ReadableZonedDateTimeValue extends ReadableTemporalValue<ZonedDateTime>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<ZonedDateTime>
getValueClass()
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getSafe, getValue
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsString
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
-
-
-
Method Detail
-
getValueClass
default Class<ZonedDateTime> getValueClass()
- Specified by:
getValueClass
in interfaceReadableTypedValue<ZonedDateTime>
- Returns:
- the
Class
reflecting the type ofvalues
that can be stored by this property. Even if thevalue
isnull
the property must support returning the property class.
-
-