org.nuiton.util.csv
Interface ImportableColumn<E,T>
- All Known Subinterfaces:
- ImportableExportableColumn<E,T>
- All Known Implementing Classes:
- Column
public interface ImportableColumn<E,T>
TODO
- Since:
- 2.4
- Author:
- bleny , tchemit
getHeaderName
String getHeaderName()
isMandatory
boolean isMandatory()
isIgnored
boolean isIgnored()
parseValue
T parseValue(String value)
throws ParseException
- Throws:
ParseException
setValue
void setValue(E object,
T value)
throws Exception
- Throws:
Exception
Copyright © 2011-2012 CodeLutin. All Rights Reserved.