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
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
Returns the table structure of all possible fields to be mapped.- See Also:
-
getMappedFields
Returns all mapped fields.
-