-
- 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 aColumnproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetColumn(Column<T> aColumn)Sets theColumnproperty.
-