Interface CSVField

  • All Superinterfaces:
    Field

    public interface CSVField
    extends Field
    Field in a CSVTable.
    Since:
    4.1.0
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the field's name.

        Returns a default name in case of no header.

      • getIndex

        int getIndex()
        Returns the field's index.
        Specified by:
        getIndex in interface Field
      • isMultiValued

        boolean isMultiValued()
        Returns true if this field is multi-valued.

        Returns true by default.

        Specified by:
        isMultiValued in interface Field