Uses of Class
com.orchestranetworks.addon.dex.configuration.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
Modifier and TypeMethodDescriptionSpreadsheetExportTemplate.getColumnTitleTemplate()
Returns theDataTemplate
instance to represent the column title template.SpreadsheetExportTemplate.getDataTemplate()
Returns theDataTemplate
instance to represent the data template.SpreadsheetTemplate.getDataTemplate()
Returns theDataTemplate
to represent a cell data template in an Excel file.SubtitleTemplate.getDataTemplate()
Returns theDataTemplate
instance to represent the subtitle template.TitleTemplate.getDataTemplate()
Returns theDataTemplate
instance to represent the title template in the Excel file.Modifier and TypeMethodDescriptionvoid
SpreadsheetExportTemplate.setColumnTitleTemplate
(DataTemplate columnTitleTemplate) Sets theDataTemplate
instance to represent the column title template.void
SpreadsheetExportTemplate.setDataTemplate
(DataTemplate dataTemplate) Sets theDataTemplate
instance to represent the data template.void
SubtitleTemplate.setDataTemplate
(DataTemplate dataTemplate) Sets theDataTemplate
instance to represent the subtitle template.void
TitleTemplate.setDataTemplate
(DataTemplate dataTemplate) Sets theDataTemplate
instance to represent the title template in the Excel file.