Uses of Class
com.orchestranetworks.addon.dex.mapping.SpreadsheetField
Package
Description
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
Classes and interfaces to configure mapping between source and target applications.
-
Uses of SpreadsheetField in com.orchestranetworks.addon.dex.common.generation
Modifier and TypeMethodDescriptionSpreadsheetExportApplicationMappingHelper.getApplicationMapping
(SpreadsheetExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default spreadsheet export.SpreadsheetImportApplicationMappingHelper.getApplicationMapping
(SpreadsheetImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default spreadsheet import. -
Uses of SpreadsheetField in com.orchestranetworks.addon.dex.mapping
Modifier and TypeMethodDescriptionSpreadsheetTable.getFields()
Returns the list ofSpreadsheetField
fields on this table.Modifier and TypeMethodDescriptionvoid
SpreadsheetTable.setFields
(List<SpreadsheetField> fields) Sets a list ofSpreadsheetField
fields to this table.ModifierConstructorDescriptionSpreadsheetTable
(int sheetIndex, String sheetName, List<SpreadsheetField> fields)