Uses of Class
com.orchestranetworks.addon.dataexchange.DataExchangeImportType
-
Packages that use DataExchangeImportType Package Description com.orchestranetworks.addon.dataexchange Classes and interfaces to call EBX Data Exchange Add-on import, export and transfer data. -
-
Uses of DataExchangeImportType in com.orchestranetworks.addon.dataexchange
Fields in com.orchestranetworks.addon.dataexchange declared as DataExchangeImportType Modifier and Type Field Description static DataExchangeImportTypeDataExchangeImportType. IMPORT_DEFAULT_SQLDeprecated.An import type corresponding to the SQL import process.static DataExchangeImportTypeDataExchangeImportType. IMPORT_XMLDeprecated.An import type corresponding to the XML import process.static DataExchangeImportTypeDataExchangeImportType. UNKNOWNDeprecated.An undefined type.Methods in com.orchestranetworks.addon.dataexchange that return DataExchangeImportType Modifier and Type Method Description DataExchangeImportTypeDataExchangeImportSpec. getImportType()Deprecated.Returns the specified import type.static DataExchangeImportTypeDataExchangeImportType. parse(java.lang.String value)Deprecated.Returns aDataExchangeImportTypeby the given string value.Methods in com.orchestranetworks.addon.dataexchange with parameters of type DataExchangeImportType Modifier and Type Method Description voidDataExchangeImportSpec. setImportType(DataExchangeImportType importType)Deprecated.Sets an import type to the specified value.
-