public class FieldColumn extends Object
| Constructor and Description |
|---|
FieldColumn(Field field,
String headerName) |
| Modifier and Type | Method and Description |
|---|---|
Field |
getField()
Returns the
Field of this field column |
String |
getHeaderName()
Returns the header name of this column
|
void |
set(Object value,
Object object)
Converts the value object and inserts it in the field of an object.
|
void |
set(Row row,
Object object)
Converts and inserts a value from a row into an object
|
public String getHeaderName()
public Field getField()
Field of this field columnpublic void set(Row row, Object object)
row - row that contains the inserted valueobject - object that gets the value insertedCopyright © 2017. All rights reserved.