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

    Modifier and Type
    Method
    Description
    Returns fields of this table.
    Returns the label.
    Returns the path representing this table.
  • Method Details

    • getPath

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

      String getLabel()
      Returns the label.
    • getFields

      List<F> getFields()
      Returns fields of this table.