| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType()
Always returns
DefaultDataTypes.STRING. |
int |
getIndex()
Returns the field's index.
|
String |
getName()
Returns the field's name.
|
boolean |
isMultiValued()
Returns
true if this field is multi-valued. |
getLabel, getPath, getTablePathString getName()
Returns a default name in case of no header.
DataType getDataType()
DefaultDataTypes.STRING.getDataType in interface Fieldboolean isMultiValued()
true if this field is multi-valued.
Returns true by default.
isMultiValued in interface Field