-
- Type Parameters:
V- type of thevalue.
- All Superinterfaces:
ReadableValue<V>,Supplier<V>
- All Known Subinterfaces:
WritableBeanProperty<V>,WritableBigDecimalProperty,WritableBigDecimalValue,WritableBigIntegerProperty,WritableBigIntegerValue,WritableBooleanProperty,WritableBooleanValue,WritableByteProperty,WritableByteValue,io.github.mmm.property.container.collection.WritableCollectionProperty<V,E>,WritableCollectionValue<C,E>,WritableContainerProperty<V,E>,WritableContainerValue<C,E>,WritableDoubleProperty,WritableDoubleValue,WritableFloatProperty,WritableFloatValue,WritableInstantProperty,WritableInstantValue,WritableIntegerProperty,WritableIntegerValue,WritableListProperty<E>,WritableListValue<E>,WritableLocalDateProperty,WritableLocalDateTimeProperty,WritableLocalDateTimeValue,WritableLocalDateValue,WritableLocalTimeProperty,WritableLocalTimeValue,WritableLongProperty,WritableLongValue,WritableMapProperty<K,V>,WritableMapValue<K,V>,WritableNumberProperty<N>,WritableNumberValue<N>,WritableObjectProperty<V>,WritableObjectValue<V>,WritableObservableValue<V>,WritableOffsetDateTimeProperty,WritableOffsetDateTimeValue,WritableOffsetTimeProperty,WritableOffsetTimeValue,WritableProperty<V>,WritableRangeProperty<V>,WritableSetProperty<E>,WritableSetValue<E>,WritableShortProperty,WritableShortValue,WritableSimpleProperty<V>,WritableSimpleValue<V>,WritableStringProperty,WritableStringValue,WritableTemporalValue<V>,WritableZonedDateTimeProperty,WritableZonedDateTimeValue
- All Known Implementing Classes:
AbstractWritableObservableValue,BeanProperty,BigDecimalProperty,BigIntegerProperty,BooleanProperty,ByteProperty,io.github.mmm.property.container.collection.CollectionProperty,ContainerProperty,DoubleProperty,DurationInSecondsProperty,FloatProperty,IdProperty,InstantProperty,IntegerProperty,LinkProperty,ListProperty,LocalDateProperty,LocalDateTimeProperty,LocalTimeProperty,LongProperty,MapProperty,NumberProperty,ObjectProperty,OffsetDateTimeProperty,OffsetTimeProperty,Property,RangeProperty,SetProperty,ShortProperty,SimpleProperty,StringListProperty,StringProperty,TemporalProperty,ZonedDateTimeProperty
public interface WritableValue<V> extends ReadableValue<V>
AWritableValuewraps avaluethat can bereadandset. In general this interface should not be implemented directly but one of its sub-interfaces.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(V value)-
Methods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
-