Interface CSVField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTypegetDataType()Always returnsDefaultDataTypes.STRING.intgetIndex()Returns the field's index.java.lang.StringgetName()Returns the field's name.booleanisMultiValued()Returnstrueif this field is multi-valued.-
Methods inherited from interface com.orchestranetworks.addon.dint.schema.Field
getLabel, getPath, getTablePath
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the field's name.Returns a default name in case of no header.
-
getDataType
DataType getDataType()
Always returnsDefaultDataTypes.STRING.- Specified by:
getDataTypein interfaceField
-
isMultiValued
boolean isMultiValued()
Returnstrueif this field is multi-valued.Returns
trueby default.- Specified by:
isMultiValuedin interfaceField
-
-