Uses of Class
com.orchestranetworks.addon.dex.configuration.DataTemplate
Packages that use DataTemplate
Package
Description
Classes and interfaces to define specifications for the import, export and transfer data services.
-
Uses of DataTemplate in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return DataTemplateModifier and TypeMethodDescriptionSpreadsheetExportTemplate.getColumnTitleTemplate()Returns theDataTemplateinstance to represent the column title template.SpreadsheetExportTemplate.getDataTemplate()Returns theDataTemplateinstance to represent the data template.SpreadsheetTemplate.getDataTemplate()Returns theDataTemplateto represent a cell data template in an Excel file.SubtitleTemplate.getDataTemplate()Returns theDataTemplateinstance to represent the subtitle template.TitleTemplate.getDataTemplate()Returns theDataTemplateinstance to represent the title template in the Excel file.Methods in com.orchestranetworks.addon.dex.configuration with parameters of type DataTemplateModifier and TypeMethodDescriptionvoidSpreadsheetExportTemplate.setColumnTitleTemplate(DataTemplate columnTitleTemplate) Sets theDataTemplateinstance to represent the column title template.voidSpreadsheetExportTemplate.setDataTemplate(DataTemplate dataTemplate) Sets theDataTemplateinstance to represent the data template.voidSubtitleTemplate.setDataTemplate(DataTemplate dataTemplate) Sets theDataTemplateinstance to represent the subtitle template.voidTitleTemplate.setDataTemplate(DataTemplate dataTemplate) Sets theDataTemplateinstance to represent the title template in the Excel file.