public interface ColumnDef
| 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.
|
int getIndex()
String getHeader()
boolean is(ColumnProcessingMode processingMode)
processingMode - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.