Class EBXSourceTable
- java.lang.Object
-
- com.orchestranetworks.addon.dint.mapping.SourceTable<EBXTable,EBXField>
-
- com.orchestranetworks.addon.dint.mapping.EBXSourceTable
-
public abstract class EBXSourceTable extends SourceTable<EBXTable,EBXField>
Represents the EBX source table in aTableMapping.- Since:
- 4.1.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.onwbp.adaptation.AdaptationTablegetAdaptationTable()Returns the adaptation table.EBXSourceTableSpecgetSpec()Returns the EBX source table's specification.static EBXSourceTablenewInstance(EBXSourceTableSpec spec)Creates a new instance.-
Methods inherited from class com.orchestranetworks.addon.dint.mapping.SourceTable
getMappedFields, getTable
-
-
-
-
Method Detail
-
newInstance
public static EBXSourceTable newInstance(EBXSourceTableSpec spec) throws DataIntegrationException
Creates a new instance.- Throws:
java.lang.IllegalArgumentException- If the specification isnullor invalid.DataIntegrationException
-
getAdaptationTable
public final com.onwbp.adaptation.AdaptationTable getAdaptationTable()
Returns the adaptation table.
-
getSpec
public final EBXSourceTableSpec getSpec()
Returns the EBX source table's specification.
-
-