Class ExcelSourceTable
- java.lang.Object
-
- com.orchestranetworks.addon.dint.mapping.SourceTable<ExcelTable,ExcelField>
-
- com.orchestranetworks.addon.dint.mapping.ExcelSourceTable
-
public abstract class ExcelSourceTable extends SourceTable<ExcelTable,ExcelField>
Represents the Excel source table in aTableMapping.- Since:
- 4.1.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExcelSourceTableSpecgetSpec()Returns the Excel source table's specification.static ExcelSourceTablenewInstance(ExcelSourceTableSpec spec)Creates a new instance.-
Methods inherited from class com.orchestranetworks.addon.dint.mapping.SourceTable
getMappedFields, getTable
-
-
-
-
Method Detail
-
newInstance
public static ExcelSourceTable newInstance(ExcelSourceTableSpec 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 ExcelSourceTableSpec getSpec()
Returns the Excel source table's specification.
-
-