Interface Field

    • Method Detail

      • getTablePath

        SchemaPath getTablePath()
        Returns the table path.
        Since:
        4.2.0
      • getPath

        SchemaPath getPath()
        Returns the path representing this field.
      • getLabel

        java.lang.String getLabel()
        Returns the label.
      • getIndex

        int getIndex()
        Returns the index of this field in the table.

        Returns -1 by default.

      • getDataType

        DataType getDataType()
        Returns the data type.
      • isMultiValued

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

        Returns false by default.