Interface ImportModel<E>
- All Known Subinterfaces:
ImportExportModel<E>
- All Known Implementing Classes:
AbstractImportExportModel, AbstractImportModel, CsvModel
public interface ImportModel<E>
TODO
- Since:
- 2.4
- Author:
- Brendan Le Ny - leny@codelutin.com, Tony Chemit - chemit@codelutin.com
-
Method Summary
-
Method Details
-
getSeparator
char getSeparator() -
pushCsvHeaderNames
-
newEmptyInstance
E newEmptyInstance() -
getColumnsForImport
Iterable<ImportableColumn<E,Object>> getColumnsForImport()
-