Interface ReadableOffsetTimeValue
-
- All Superinterfaces:
ReadableObjectValue<OffsetTime>
,ReadableSimpleValue<OffsetTime>
,ReadableTemporalValue<OffsetTime>
,ReadableTypedObjectValue<OffsetTime>
,ReadableTypedValue<OffsetTime>
,ReadableValue<OffsetTime>
,Supplier<OffsetTime>
- All Known Subinterfaces:
ObservableOffsetTimeValue
,OffsetTimeExpression
,ReadableOffsetTimeProperty
,WritableOffsetTimeProperty
,WritableOffsetTimeValue
- All Known Implementing Classes:
OffsetDateTimeBinding
,OffsetTimeProperty
public interface ReadableOffsetTimeValue extends ReadableTemporalValue<OffsetTime>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<OffsetTime>
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<OffsetTime> getValueClass()
- Specified by:
getValueClass
in interfaceReadableTypedValue<OffsetTime>
- 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.
-
-