public interface ImportableColumn<E,T>
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName() |
boolean |
isIgnored() |
boolean |
isMandatory() |
T |
parseValue(String value) |
void |
setValue(E object,
T value) |
String getHeaderName()
boolean isMandatory()
boolean isIgnored()
T parseValue(String value) throws ParseException
ParseExceptionCopyright © 2013–2022 Code Lutin. All rights reserved.