Interface Table<C extends Field>

All Known Implementing Classes:
CSVTable, EBXTable, SpreadsheetTable, SQLTable, XMLTable

public interface Table<C extends Field>
Provides a list of a table's fields.
Since:
2.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the list of fields in this table.
  • Method Details

    • getFields

      List<C> getFields()
      Returns the list of fields in this table.