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:
- Brendan Le Ny - leny@codelutin.com, Tony Chemit - chemit@codelutin.com
-
Method Summary
-
Method Details
-
getHeaderName
String getHeaderName() -
isMandatory
boolean isMandatory() -
isIgnored
boolean isIgnored() -
parseValue
- Throws:
ParseException
-
setValue
-