Interface WritableSimpleProperty<V>

Type Parameters:
V - type of the value.
All Superinterfaces:
AttributeReadOnly, Comparable<ReadableProperty<?>>, io.github.mmm.value.CriteriaObject<V>, io.github.mmm.event.EventSource<ObservableEvent<V>,ObservableEventListener<? super V>>, Expression<V>, io.github.mmm.marshall.MarshallableObject, io.github.mmm.marshall.Marshaller<Object>, io.github.mmm.marshall.Marshalling<Object>, io.github.mmm.marshall.MarshallingObject, ObservableSimpleValue<V>, ObservableValue<V>, io.github.mmm.value.PropertyPath<V>, io.github.mmm.value.ReadablePath, ReadableProperty<V>, ReadableSimpleProperty<V>, ReadableSimpleValue<V>, io.github.mmm.value.ReadableTypedValue<V>, io.github.mmm.value.ReadableValue<V>, Supplier<V>, io.github.mmm.value.TypedPropertyPath<V>, io.github.mmm.marshall.UnmarshallableObject, io.github.mmm.marshall.Unmarshaller<Object>, Validatable, WritableObservableValue<V>, WritableProperty<V>, WritableSimpleValue<V>, io.github.mmm.value.WritableValue<V>
All Known Subinterfaces:
WritableBigDecimalProperty, WritableBigIntegerProperty, WritableBooleanProperty, WritableByteProperty, io.github.mmm.property.comparable.WritableComparableProperty<V>, WritableDoubleProperty, WritableEnumProperty<E>, WritableFloatProperty, WritableIntegerProperty, WritableLocaleProperty, WritableLongProperty, WritableNumberProperty<N>, WritableObjectProperty<V>, WritablePasswordProperty, WritablePatternProperty, WritableRangeProperty<V>, WritableShortProperty, WritableStringProperty
All Known Implementing Classes:
BigDecimalProperty, BigIntegerProperty, BooleanProperty, ByteProperty, DoubleProperty, DurationInSecondsProperty, DurationProperty, EnumProperty, FloatProperty, InstantProperty, IntegerProperty, LocalDateProperty, LocalDateTimeProperty, LocaleProperty, LocalTimeProperty, LongProperty, NumberProperty, ObjectProperty, OffsetDateTimeProperty, OffsetTimeProperty, PasswordProperty, PatternProperty, RangeProperty, ShortProperty, SimpleProperty, StringListProperty, StringProperty, TemporalAmountProperty, TemporalProperty, ZonedDateTimeProperty

public interface WritableSimpleProperty<V> extends ReadableSimpleProperty<V>, WritableSimpleValue<V>, WritableProperty<V>
WritableProperty for a simple datatype (and not a container property).
Since:
1.0.0