Class WritableValueBase<T>

All Implemented Interfaces:
GetValueModel<T>, ObservableValue<T>, Property, SetValueModel<T>, WritableProperty, WritableValue<T>, WritableValueModel<T>
Direct Known Subclasses:
MappedValueBase, WritableIndexedNodeImpl, WritableListBase, WritableNamedNodeImpl, WritableValueImpl

public class WritableValueBase<T> extends ObservableValueBase<T> implements WritableValue<T>