Uses of Class
com.orchestranetworks.addon.dint.dataconnector.spec.ExcelSourceTableSpec
-
Packages that use ExcelSourceTableSpec Package Description com.orchestranetworks.addon.dint.dataconnector.spec Provides classes for source and target table specifications.com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables. -
-
Uses of ExcelSourceTableSpec in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that return ExcelSourceTableSpec Modifier and Type Method Description ExcelSourceTableSpecExcelSourceTableSpec.ExcelSourceTableSpecBuilder. build()Builds theExcelSourceTableSpecinstance. -
Uses of ExcelSourceTableSpec in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that return ExcelSourceTableSpec Modifier and Type Method Description ExcelSourceTableSpecExcelSourceTable. getSpec()Returns the Excel source table's specification.Methods in com.orchestranetworks.addon.dint.mapping with parameters of type ExcelSourceTableSpec Modifier and Type Method Description static ExcelSourceTableExcelSourceTable. newInstance(ExcelSourceTableSpec spec)Creates a new instance.
-