org.nuiton.util.csv
Interface ImportExportModel<E>

All Superinterfaces:
ExportModel<E>, ImportModel<E>
All Known Implementing Classes:
CsvModel

public interface ImportExportModel<E>
extends ImportModel<E>, ExportModel<E>

TODO

Since:
2.4
Author:
bleny , tchemit

Method Summary
 
Methods inherited from interface org.nuiton.util.csv.ImportModel
getColumnsForImport, getSeparator, newEmptyInstance, pushCsvHeaderNames
 
Methods inherited from interface org.nuiton.util.csv.ExportModel
getColumnsForExport, getSeparator
 



Copyright © 2011-2012 CodeLutin. All Rights Reserved.