Interface Field

All Known Implementing Classes:
CSVField, EBXField, EBXLinkField, SpreadsheetField, SQLField, XMLField

public interface Field
Returns the configuration for a field.
Since:
2.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the specified field order.
    Returns the specified field label.
    Returns the specified field name.
  • Method Details

    • getName

      String getName()
      Returns the specified field name.
    • getLabel

      String getLabel()
      Returns the specified field label.
    • getIndex

      int getIndex()
      Returns the specified field order.