Interface WritableValueModel<T>

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

public interface WritableValueModel<T> extends GetValueModel<T>, SetValueModel<T>