public interface ImportModel<E>
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImportableColumn<E,Object>> |
getColumnsForImport() |
char |
getSeparator() |
E |
newEmptyInstance() |
void |
pushCsvHeaderNames(List<String> headerNames) |
Copyright © 2011-2013 CodeLutin. All Rights Reserved.