Interface WritableValue<T>

All Superinterfaces:
GetValueModel<T>, ObservableValue<T>, Property, SetValueModel<T>, WritableProperty, WritableValueModel<T>
All Known Subinterfaces:
WritableBoolean, WritableIndexedNode<T>, WritableInt, WritableList<T>, WritableListIndexSelection<T>, WritableListIndexSelectionExt<T>, WritableListSelection<T>, WritableNamedNode<T>, WritableString
All Known Implementing Classes:
MappedValueBase, MappedValueBoolean, WritableBooleanImpl, WritableDouble, WritableFloat, WritableIndexedNodeImpl, WritableIntImpl, WritableListAdapter, WritableListBase, WritableListImpl, WritableListIndexSelectionImpl, WritableListSelectionImpl, WritableLong, WritableNamedNodeImpl, WritableSetImpl, WritableStringImpl, WritableValueBase, WritableValueDelegate, WritableValueImpl

public interface WritableValue<T> extends ObservableValue<T>, WritableProperty, WritableValueModel<T>