Uses of Class
com.orchestranetworks.addon.adix.ExportType
-
Packages that use ExportType Package Description com.orchestranetworks.addon.adix Classes and interfaces to call Adix import and export. -
-
Uses of ExportType in com.orchestranetworks.addon.adix
Fields in com.orchestranetworks.addon.adix declared as ExportType Modifier and Type Field Description static ExportTypeExportType. CSVDeprecated.Specifies the export type used to export data from a table to a CSV file.static ExportTypeExportType. EXCEL_FOR_MULTIPLE_TABLESDeprecated.Specifies the export type used for exporting data from multiple tables to an Excel file.static ExportTypeExportType. EXCEL_FOR_SINGLE_TABLEDeprecated.Specifies the export type used for exporting data from a table to an Excel file.static ExportTypeExportType. UNKNOWNDeprecated.Specifies an unidentified type.static ExportTypeExportType. XML_FOR_MULTIPLE_TABLESDeprecated.Specifies the export type used for exporting data from multiple tables to XML files that are then compressed into a ZIP file.Methods in com.orchestranetworks.addon.adix that return ExportType Modifier and Type Method Description ExportTypeAdixExportSpec. getExportType()Deprecated.Returns the export type.static ExportTypeExportType. parse(java.lang.String value)Deprecated.Returns the Adix export type instance corresponding to the value specified.Methods in com.orchestranetworks.addon.adix with parameters of type ExportType Modifier and Type Method Description voidAdixExportSpec. setExportType(ExportType exportType)Deprecated.Sets the export type.
-