Interface ColumnAccessor.ColumnMutator<T>

    • Method Detail

      • setColumn

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