public abstract class EBXTargetTable extends TargetTable<EBXTable,EBXField>
TableMapping
.Modifier and Type | Method and Description |
---|---|
EBXTargetTableSpec |
getSpec()
Returns the EBX target table's specification.
|
static EBXTargetTable |
newInstance(EBXTargetTableSpec spec)
Creates a new instance.
|
getMappedFields, getTable
public static EBXTargetTable newInstance(EBXTargetTableSpec spec) throws DataIntegrationException
IllegalArgumentException
- If the specification is null
or invalid.DataIntegrationException
public final EBXTargetTableSpec getSpec()