Interface ReadableLocalDateTimeValue
-
- All Superinterfaces:
ReadableObjectValue<LocalDateTime>,ReadableSimpleValue<LocalDateTime>,ReadableTemporalValue<LocalDateTime>,ReadableTypedObjectValue<LocalDateTime>,ReadableTypedValue<LocalDateTime>,ReadableValue<LocalDateTime>,Supplier<LocalDateTime>
- All Known Subinterfaces:
LocalDateTimeExpression,ObservableLocalDateTimeValue,ReadableLocalDateTimeProperty,WritableLocalDateTimeProperty,WritableLocalDateTimeValue
- All Known Implementing Classes:
LocalDateTimeBinding,LocalDateTimeProperty
public interface ReadableLocalDateTimeValue extends ReadableTemporalValue<LocalDateTime>
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<LocalDateTime>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<LocalDateTime> getValueClass()
- Specified by:
getValueClassin interfaceReadableTypedValue<LocalDateTime>- Returns:
- the
Classreflecting the type ofvaluesthat can be stored by this property. Even if thevalueisnullthe property must support returning the property class.
-
-