Class EBXSourceTable
java.lang.Object
com.orchestranetworks.addon.dint.mapping.SourceTable<EBXTable,EBXField>
com.orchestranetworks.addon.dint.mapping.EBXSourceTable
Represents the EBX source table in a
TableMapping
.- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionfinal com.onwbp.adaptation.AdaptationTable
Returns the adaptation table.final EBXSourceTableSpec
getSpec()
Returns the EBX source table's specification.static EBXSourceTable
Creates a new instance.Methods inherited from class com.orchestranetworks.addon.dint.mapping.SourceTable
getMappedFields, getTable
-
Method Details
-
newInstance
Creates a new instance.- Throws:
IllegalArgumentException
- If the specification isnull
or invalid.DataIntegrationException
-
getAdaptationTable
public final com.onwbp.adaptation.AdaptationTable getAdaptationTable()Returns the adaptation table. -
getSpec
Returns the EBX source table's specification.
-