Class SourceTable<T extends Table<F>,F extends Field>

java.lang.Object
com.orchestranetworks.addon.dint.mapping.SourceTable<T,F>
Type Parameters:
T - Table type.
F - Field type.
Direct Known Subclasses:
CSVSourceTable, EBXSourceTable, ExcelSourceTable, SQLSourceTable

public abstract class SourceTable<T extends Table<F>,F extends Field> extends Object
Represents a source table in a TableMapping.

This table registers mapped source fields.

Since:
4.1.0
See Also:
  • Constructor Details

    • SourceTable

      public SourceTable()
  • Method Details

    • getTable

      public abstract T getTable()
      Returns the table structure of all possible fields to be mapped.
      See Also:
    • getMappedFields

      public abstract Iterator<F> getMappedFields()
      Returns all mapped fields.