| Modifier and Type | Field and Description |
|---|---|
protected CsvModel.Factory<E> |
CsvModel.factory |
| Modifier and Type | Method and Description |
|---|---|
CsvModel<E> |
MyModelBuilder.BuildOrAddColumnStep.buildModelForImport(CsvModel.Factory<E> emptyEFactory) |
| Constructor and Description |
|---|
CsvModel(char separator,
Iterable<ImportableColumn<E,Object>> columnsForImport,
Iterable<ExportableColumn<E,Object>> columnsForExport,
CsvModel.Factory<E> factory) |
Copyright © 2011-2012 CodeLutin. All Rights Reserved.