Uses of Class
com.orchestranetworks.addon.dex.configuration.DataTemplate
-
Packages that use DataTemplate Package Description com.orchestranetworks.addon.dex.configuration 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 DataTemplate Modifier and Type Method Description DataTemplateSpreadsheetExportTemplate. getColumnTitleTemplate()Returns theDataTemplateinstance to represent the column title template.DataTemplateSpreadsheetExportTemplate. getDataTemplate()Returns theDataTemplateinstance to represent the data template.DataTemplateSpreadsheetTemplate. getDataTemplate()Returns theDataTemplateto represent a cell data template in an Excel file.DataTemplateSubtitleTemplate. getDataTemplate()Returns theDataTemplateinstance to represent the subtitle template.DataTemplateTitleTemplate. getDataTemplate()Returns theDataTemplateinstance to represent the title template in the Excel file.Methods in com.orchestranetworks.addon.dex.configuration with parameters of type DataTemplate Modifier and Type Method Description voidSpreadsheetExportTemplate. 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.
-