Interface Table<F extends Field>
- Type Parameters:
F
- Field type.
- All Known Subinterfaces:
CSVTable
,EBXTable
,ExcelTable
,SQLTable
public interface Table<F extends Field>
Represents a table in a data source.
- Since:
- 4.1.0
-
Method Summary
-
Method Details
-
getPath
SchemaPath getPath()Returns the path representing this table. -
getLabel
String getLabel()Returns the label. -
getFields
Returns fields of this table.
-