Interface ReadableLocalTimeValue
-
- All Superinterfaces:
ReadableObjectValue<LocalTime>
,ReadableSimpleValue<LocalTime>
,ReadableTemporalValue<LocalTime>
,ReadableTypedObjectValue<LocalTime>
,ReadableTypedValue<LocalTime>
,ReadableValue<LocalTime>
,Supplier<LocalTime>
- All Known Subinterfaces:
LocalTimeExpression
,ObservableLocalTimeValue
,ReadableLocalTimeProperty
,WritableLocalTimeProperty
,WritableLocalTimeValue
- All Known Implementing Classes:
LocalTimeBinding
,LocalTimeProperty
public interface ReadableLocalTimeValue extends ReadableTemporalValue<LocalTime>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<LocalTime>
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<LocalTime> getValueClass()
- Specified by:
getValueClass
in interfaceReadableTypedValue<LocalTime>
- 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.
-
-