Interface ColumnAccessor.ColumnMutator<T>

Type Parameters:
T - the generic type
All Known Subinterfaces:
ColumnAccessor.ColumnProperty<T>
Enclosing interface:
ColumnAccessor<T>

public static interface ColumnAccessor.ColumnMutator<T>
Provides a mutator for a Column property.
  • Method Summary

    Modifier and Type Method Description
    void setColumn​(Column<T> aColumn)
    Sets the Column property.
  • Method Details

    • setColumn

      void setColumn​(Column<T> aColumn)
      Sets the Column property.
      Parameters:
      aColumn - The Column to be stored by this property.