Uses of Class
com.orchestranetworks.addon.dint.mapping.ExcelTargetTable
Packages that use ExcelTargetTable
Package
Description
Provides classes and interfaces for creating a mapping specification between source and target tables.
Provides classes and interfaces that represent a specification for a user defined template.
-
Uses of ExcelTargetTable in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that return ExcelTargetTableModifier and TypeMethodDescriptionstatic ExcelTargetTable
ExcelTargetTable.newInstance
(ExcelTargetTableSpec spec) Creates a new instance. -
Uses of ExcelTargetTable in com.orchestranetworks.addon.dint.template
Constructor parameters in com.orchestranetworks.addon.dint.template with type arguments of type ExcelTargetTableModifierConstructorDescriptionExcelExportTemplateSpec
(TemplateConfig<EBXSourceTable, ExcelTargetTable> templateConfig, File targetFile, com.orchestranetworks.service.Session session) Constructs a newExcelExportTemplateSpec
instance.