Class ExcelTargetTable
- java.lang.Object
-
- com.orchestranetworks.addon.dint.mapping.TargetTable<ExcelTable,ExcelField>
-
- com.orchestranetworks.addon.dint.mapping.ExcelTargetTable
-
public abstract class ExcelTargetTable extends TargetTable<ExcelTable,ExcelField>
Represents the Excel target table in aTableMapping.- Since:
- 4.1.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExcelTargetTableSpecgetSpec()Returns the Excel target table's specification.static ExcelTargetTablenewInstance(ExcelTargetTableSpec spec)Creates a new instance.-
Methods inherited from class com.orchestranetworks.addon.dint.mapping.TargetTable
getMappedFields, getTable
-
-
-
-
Method Detail
-
newInstance
public static ExcelTargetTable newInstance(ExcelTargetTableSpec spec) throws DataIntegrationException
Creates a new instance.- Throws:
DataIntegrationException- If an error occurs while reading the datajava.lang.IllegalArgumentException- If the specification isnullor invalid.
-
getSpec
public final ExcelTargetTableSpec getSpec()
Returns the Excel target table's specification.
-
-