- java.lang.Object
-
- io.github.mmm.event.AbstractEventSource<ObservableEvent<V>,ObservableEventListener<? super V>>
-
- io.github.mmm.value.observable.AbstractObservableValue<V>
-
- io.github.mmm.value.observable.AbstractWritableObservableValue<V>
-
- io.github.mmm.property.Property<V>
-
- io.github.mmm.property.object.SimpleProperty<V>
-
- io.github.mmm.property.temporal.TemporalProperty<Instant>
-
- io.github.mmm.property.temporal.instant.InstantProperty
-
- All Implemented Interfaces:
EventSource<ObservableEvent<Instant>,ObservableEventListener<? super Instant>>,MarshallableObject,Marshaller<Object>,Marshalling<Object>,MarshallingObject,UnmarshallableObject,Unmarshaller<Object>,ReadableSimpleProperty<Instant>,WritableSimpleProperty<Instant>,ReadableProperty<Instant>,ReadableInstantProperty,WritableInstantProperty,WritableProperty<Instant>,Validatable,ComparableExpression<Instant>,Expression<Instant>,ObservableObjectValue<Instant>,ObservableSimpleValue<Instant>,ReadableObjectValue<Instant>,ReadableSimpleValue<Instant>,ReadableTypedObjectValue<Instant>,WritableObjectValue<Instant>,WritableSimpleValue<Instant>,ObservableValue<Instant>,InstantExpression,ObservableInstantValue,ReadableInstantValue,WritableInstantValue,ObservableTemporalValue<Instant>,ReadableTemporalValue<Instant>,TemporalExpression<Instant>,WritableTemporalValue<Instant>,WritableObservableValue<Instant>,PropertyPath<Instant>,ReadableTypedValue<Instant>,ReadableValue<Instant>,TypedPropertyPath<Instant>,WritableValue<Instant>,Cloneable,Supplier<Instant>
public class InstantProperty extends TemporalProperty<Instant> implements WritableInstantProperty
Implementation ofWritableInstantProperty.- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from interface io.github.mmm.property.WritableProperty
NO_PROPERTIES
-
-
Constructor Summary
Constructors Constructor Description InstantProperty(String name)The constructor.InstantProperty(String name, PropertyMetadata<Instant> metadata)The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InstantdoGet()protected voiddoSet(Instant newValue)-
Methods inherited from class io.github.mmm.property.temporal.TemporalProperty
read, write
-
Methods inherited from class io.github.mmm.property.Property
clearValidationResult, clone, copy, doValidate, doValidate, equals, get, getMetadata, getName, getReadOnly, hashCode, isReadOnly, isValid, isValueMutable, readObject, requireWritable, setWithChange, toString, validate, writeObject
-
Methods inherited from class io.github.mmm.value.observable.AbstractWritableObservableValue
bindInternal, bindOneWay, bindTwoWay, isBoundOneWay, isValueEqual, set, unbindOneWay, unbindTwoWay
-
Methods inherited from class io.github.mmm.value.observable.AbstractObservableValue
addListener, fireChange, fireEvent, fireEvent, fireEventFor, fireEventFor, fireEventWithOldValue, hasChangeAwareListeners, invalidate, removeListener, toString
-
Methods inherited from class io.github.mmm.event.AbstractEventSource
getEventAdapter, hasListeners
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
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.instant.InstantExpression
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.property.temporal.instant.ReadableInstantProperty
getValueClass
-
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.property.object.ReadableSimpleProperty
getValueType
-
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.temporal.instant.WritableInstantValue
parse
-
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.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
-
-
-
-
Method Detail
-
doGet
protected Instant doGet()
- Specified by:
doGetin classAbstractWritableObservableValue<Instant>- Returns:
- the internal
value.
-
doSet
protected void doSet(Instant newValue)
- Specified by:
doSetin classAbstractWritableObservableValue<Instant>- Parameters:
newValue- the newvalueto set.- See Also:
AbstractWritableObservableValue.set(Object)
-
-