Module io.github.mmm.property
Interface ReadableLocalDateTimeProperty
-
- All Superinterfaces:
ComparableExpression<LocalDateTime>
,EventSource<ObservableEvent<LocalDateTime>,ObservableEventListener<? super LocalDateTime>>
,Expression<LocalDateTime>
,LocalDateTimeExpression
,MarshallableObject
,Marshaller<Object>
,ObservableLocalDateTimeValue
,ObservableObjectValue<LocalDateTime>
,ObservableTemporalValue<LocalDateTime>
,ObservableValue<LocalDateTime>
,PropertyPath<LocalDateTime>
,ReadableLocalDateTimeValue
,ReadableObjectValue<LocalDateTime>
,ReadableProperty<LocalDateTime>
,ReadableSimpleValue<LocalDateTime>
,ReadableTemporalValue<LocalDateTime>
,ReadableTypedObjectValue<LocalDateTime>
,ReadableTypedValue<LocalDateTime>
,ReadableValue<LocalDateTime>
,Supplier<LocalDateTime>
,TemporalExpression<LocalDateTime>
,TypedPropertyPath<LocalDateTime>
,Validatable
- All Known Subinterfaces:
WritableLocalDateTimeProperty
- All Known Implementing Classes:
LocalDateTimeProperty
public interface ReadableLocalDateTimeProperty extends ReadableProperty<LocalDateTime>, LocalDateTimeExpression
- 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.comparable.ComparableExpression
greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.value.observable.Expression
asString, dispose, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull
-
Methods inherited from interface io.github.mmm.value.observable.temporal.localdatetime.LocalDateTimeExpression
inFuture, inPast
-
Methods inherited from interface io.github.mmm.marshall.MarshallableObject
write, writeObject
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getSafe, getValue
-
Methods inherited from interface io.github.mmm.property.ReadableProperty
getMetadata, getName, isReadOnly, isTransient, isValid
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsString
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
Methods inherited from interface io.github.mmm.validation.Validatable
validate
-
-
-
-
Method Detail
-
getValueClass
default Class<LocalDateTime> getValueClass()
- Specified by:
getValueClass
in interfaceReadableLocalDateTimeValue
- Specified by:
getValueClass
in interfaceReadableTypedValue<LocalDateTime>
- 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.
-
-