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
-
Method Details
-
getFields
Returns the list of fields in this table.
-