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 EBXTargetTableSpecgetSpec()Returns the EBX target table's specification.static EBXTargetTableCreates 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 isnullor invalid.DataIntegrationException
-
getSpec
Returns the EBX target table's specification.
-