Uses of Class
com.orchestranetworks.addon.adix.ImportType
-
Packages that use ImportType Package Description com.orchestranetworks.addon.adix Classes and interfaces to call Adix import and export. -
-
Uses of ImportType in com.orchestranetworks.addon.adix
Fields in com.orchestranetworks.addon.adix declared as ImportType Modifier and Type Field Description static ImportTypeImportType. CSVDeprecated.Specifies the import type used for importing data from a CSV file into a table.static ImportTypeImportType. EXCEL_FOR_MULTIPLE_TABLESDeprecated.Specifies the import type used for importing data from an Excel file into multiples tables.static ImportTypeImportType. EXCEL_FOR_SINGLE_TABLEDeprecated.Specifies the import type used for importing data from an Excel file into a table.static ImportTypeImportType. UNKNOWNDeprecated.Specifies an unidentified type.static ImportTypeImportType. XML_FOR_MULTIPLE_TABLESDeprecated.Specifies the import type used for importing data from XML files into multiples tables.Methods in com.orchestranetworks.addon.adix that return ImportType Modifier and Type Method Description ImportTypeAdixImportSpec. getImportType()Deprecated.Returns the import type.static ImportTypeImportType. parse(java.lang.String value)Deprecated.Returns the Adix import type instance corresponding to the value specified.Methods in com.orchestranetworks.addon.adix with parameters of type ImportType Modifier and Type Method Description voidAdixImportSpec. setImportType(ImportType importType)Deprecated.Sets the import type.
-