| Constructor and Description |
|---|
UnknownColumnDef(int index,
String header) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader()
Returns the header of the column i.e. the actual content of first row.
|
int |
getIndex()
The index of the column, i.e. its position in a row.
|
boolean |
is(ColumnProcessingMode processingMode)
Tells if this column def matches the given processing mode.
|
public UnknownColumnDef(int index,
String header)
public int getIndex()
ColumnDefpublic String getHeader()
ColumnDefpublic boolean is(ColumnProcessingMode processingMode)
ColumnDefCopyright © 2010–2017 Henix, henix.fr. All rights reserved.