Module io.github.mmm.property
Interface WritableOffsetDateTimeProperty
-
- All Superinterfaces:
ComparableExpression<OffsetDateTime>
,EventSource<ObservableEvent<OffsetDateTime>,ObservableEventListener<? super OffsetDateTime>>
,Expression<OffsetDateTime>
,MarshallableObject
,Marshaller<Object>
,Marshalling<Object>
,MarshallingObject
,ObservableObjectValue<OffsetDateTime>
,ObservableOffsetDateTimeValue
,ObservableTemporalValue<OffsetDateTime>
,ObservableValue<OffsetDateTime>
,OffsetDateTimeExpression
,PropertyPath<OffsetDateTime>
,ReadableObjectValue<OffsetDateTime>
,ReadableOffsetDateTimeProperty
,ReadableOffsetDateTimeValue
,ReadableProperty<OffsetDateTime>
,ReadableSimpleValue<OffsetDateTime>
,ReadableTemporalValue<OffsetDateTime>
,ReadableTypedObjectValue<OffsetDateTime>
,ReadableTypedValue<OffsetDateTime>
,ReadableValue<OffsetDateTime>
,Supplier<OffsetDateTime>
,TemporalExpression<OffsetDateTime>
,TypedPropertyPath<OffsetDateTime>
,UnmarshallableObject
,Unmarshaller<Object>
,Validatable
,WritableObjectValue<OffsetDateTime>
,WritableObservableValue<OffsetDateTime>
,WritableOffsetDateTimeValue
,WritableProperty<OffsetDateTime>
,WritableSimpleValue<OffsetDateTime>
,WritableTemporalValue<OffsetDateTime>
,WritableValue<OffsetDateTime>
- All Known Implementing Classes:
OffsetDateTimeProperty
public interface WritableOffsetDateTimeProperty extends ReadableOffsetDateTimeProperty, WritableProperty<OffsetDateTime>, WritableOffsetDateTimeValue
- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from interface io.github.mmm.property.WritableProperty
NO_PROPERTIES
-
-
Method Summary
-
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.temporal.offsetdatetime.OffsetDateTimeExpression
inFuture, inPast
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getSafe, getValue
-
Methods inherited from interface io.github.mmm.property.temporal.offsetdatetime.ReadableOffsetDateTimeProperty
getValueClass
-
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.marshall.UnmarshallableObject
read, readObject
-
Methods inherited from interface io.github.mmm.validation.Validatable
validate
-
Methods inherited from interface io.github.mmm.value.observable.object.WritableObjectValue
setValue
-
Methods inherited from interface io.github.mmm.value.observable.WritableObservableValue
bindOneWay, bindTwoWay, isBoundOneWay, unbindOneWay, unbindTwoWay
-
Methods inherited from interface io.github.mmm.value.observable.temporal.offsetdatetime.WritableOffsetDateTimeValue
parse
-
Methods inherited from interface io.github.mmm.property.WritableProperty
copy, getReadOnly
-
Methods inherited from interface io.github.mmm.value.observable.object.WritableSimpleValue
setAsString
-
Methods inherited from interface io.github.mmm.value.WritableValue
set
-
-