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