Interface ReadableOffsetDateTimeValue
-
- All Superinterfaces:
ReadableObjectValue<OffsetDateTime>
,ReadableSimpleValue<OffsetDateTime>
,ReadableTemporalValue<OffsetDateTime>
,ReadableTypedObjectValue<OffsetDateTime>
,ReadableTypedValue<OffsetDateTime>
,ReadableValue<OffsetDateTime>
,Supplier<OffsetDateTime>
- All Known Subinterfaces:
ObservableOffsetDateTimeValue
,OffsetDateTimeExpression
,ReadableOffsetDateTimeProperty
,WritableOffsetDateTimeProperty
,WritableOffsetDateTimeValue
- All Known Implementing Classes:
OffsetDateTimeBinding
,OffsetDateTimeProperty
public interface ReadableOffsetDateTimeValue extends ReadableTemporalValue<OffsetDateTime>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<OffsetDateTime>
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<OffsetDateTime> getValueClass()
- Specified by:
getValueClass
in interfaceReadableTypedValue<OffsetDateTime>
- 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.
-
-