Module io.github.mmm.property
Interface ReadableZonedDateTimeProperty
-
- All Superinterfaces:
ComparableExpression<ZonedDateTime>
,EventSource<ObservableEvent<ZonedDateTime>,ObservableEventListener<? super ZonedDateTime>>
,Expression<ZonedDateTime>
,MarshallableObject
,Marshaller<Object>
,ObservableObjectValue<ZonedDateTime>
,ObservableTemporalValue<ZonedDateTime>
,ObservableValue<ZonedDateTime>
,ObservableZonedDateTimeValue
,PropertyPath<ZonedDateTime>
,ReadableObjectValue<ZonedDateTime>
,ReadableProperty<ZonedDateTime>
,ReadableSimpleValue<ZonedDateTime>
,ReadableTemporalValue<ZonedDateTime>
,ReadableTypedObjectValue<ZonedDateTime>
,ReadableTypedValue<ZonedDateTime>
,ReadableValue<ZonedDateTime>
,ReadableZonedDateTimeValue
,Supplier<ZonedDateTime>
,TemporalExpression<ZonedDateTime>
,TypedPropertyPath<ZonedDateTime>
,Validatable
,ZonedDateTimeExpression
- All Known Subinterfaces:
WritableZonedDateTimeProperty
- All Known Implementing Classes:
ZonedDateTimeProperty
public interface ReadableZonedDateTimeProperty extends ReadableProperty<ZonedDateTime>, ZonedDateTimeExpression
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<ZonedDateTime>
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.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
-
Methods inherited from interface io.github.mmm.value.observable.temporal.zoneddatetime.ZonedDateTimeExpression
inFuture, inPast
-
-
-
-
Method Detail
-
getValueClass
default Class<ZonedDateTime> getValueClass()
- Specified by:
getValueClass
in interfaceReadableTypedValue<ZonedDateTime>
- Specified by:
getValueClass
in interfaceReadableZonedDateTimeValue
- 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.
-
-