@Deprecated public interface ImportableColumn<E,T>
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName()
Deprecated.
|
boolean |
isIgnored()
Deprecated.
|
boolean |
isMandatory()
Deprecated.
|
T |
parseValue(String value)
Deprecated.
|
void |
setValue(E object,
T value)
Deprecated.
|
String getHeaderName()
boolean isMandatory()
boolean isIgnored()
T parseValue(String value) throws ParseException
ParseExceptionCopyright © 2011-2013 CodeLutin. All Rights Reserved.