Interface CSVField
- All Superinterfaces:
Field
Field in a
CSVTable
.- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionAlways returnsDefaultDataTypes.STRING
.int
getIndex()
Returns the field's index.getName()
Returns the field's name.boolean
Returnstrue
if this field is multi-valued.Methods inherited from interface com.orchestranetworks.addon.dint.schema.Field
getLabel, getPath, getTablePath
-
Method Details
-
getName
String getName()Returns the field's name.Returns a default name in case of no header.
-
getIndex
int getIndex()Returns the field's index. -
getDataType
DataType getDataType()Always returnsDefaultDataTypes.STRING
.- Specified by:
getDataType
in interfaceField
-
isMultiValued
boolean isMultiValued()Returnstrue
if this field is multi-valued.Returns
true
by default.- Specified by:
isMultiValued
in interfaceField
-