Module io.github.mmm.property
Package io.github.mmm.property.range
Interface WritableRangeProperty<V>
-
- Type Parameters:
V
- type of theRange
bounds.
- All Superinterfaces:
EventSource<ObservableEvent<Range<V>>,ObservableEventListener<? super Range<V>>>
,MarshallableObject
,Marshaller<Object>
,Marshalling<Object>
,MarshallingObject
,ObservableValue<Range<V>>
,PropertyPath<Range<V>>
,ReadableProperty<Range<V>>
,ReadableRangeProperty<V>
,ReadableTypedValue<Range<V>>
,ReadableValue<Range<V>>
,Supplier<Range<V>>
,TypedPropertyPath<Range<V>>
,UnmarshallableObject
,Unmarshaller<Object>
,Validatable
,WritableObservableValue<Range<V>>
,WritableProperty<Range<V>>
,WritableValue<Range<V>>
- All Known Implementing Classes:
RangeProperty
public interface WritableRangeProperty<V> extends ReadableRangeProperty<V>, WritableProperty<Range<V>>
- 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.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
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.ReadableProperty
getMetadata, getName, isReadOnly, isTransient, isValid
-
Methods inherited from interface io.github.mmm.property.range.ReadableRangeProperty
getSafe, getValueClass
-
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.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.WritableValue
set
-
-