Interface SetValueModel<T>

All Known Subinterfaces:
WritableBoolean, WritableIndexedNode<T>, WritableInt, WritableList<T>, WritableListIndexSelection<T>, WritableListIndexSelectionExt<T>, WritableListSelection<T>, WritableNamedNode<T>, WritableString, WritableValue<T>, WritableValueModel<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 SetValueModel<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(T v)
     
  • Method Details

    • set

      void set(T v)