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 Details

    • getSeparator

      char getSeparator()
    • pushCsvHeaderNames

      void pushCsvHeaderNames(List<String> headerNames)
    • newEmptyInstance

      E newEmptyInstance()
    • getColumnsForImport

      Iterable<ImportableColumn<E,Object>> getColumnsForImport()