Uses of Class
com.orchestranetworks.addon.dex.configuration.ImportMode
-
Packages that use ImportMode Package Description com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services. -
-
Uses of ImportMode in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return ImportMode Modifier and Type Method Description ImportModeFileImportConfigurationSpec. getImportMode()Returns the specified import mode.ImportModeImportConfigurationSpec. getImportMode()Returns the specified import mode.ImportModeImportDataExchangeConfigurationSpec. getImportMode()Returns the specified import mode.ImportModeSQLImportConfigurationSpec. getImportMode()Returns the specified import mode.ImportModeTransferConfigurationSpec. getImportMode()Returns the specified import mode.ImportModeSQLExportConfigurationSpec. getSQLImportMode()Returns the import mode.static ImportModeImportMode. parse(java.lang.String value)Returns theImportModeinstance corresponding to the value specified.static ImportModeImportMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImportMode[]ImportMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dex.configuration with parameters of type ImportMode Modifier and Type Method Description voidFileImportConfigurationSpec. setImportMode(ImportMode importMode)Sets the import mode.voidImportDataExchangeConfigurationSpec. setImportMode(ImportMode importMode)Sets the import mode.voidSQLImportConfigurationSpec. setImportMode(ImportMode importMode)Sets the import mode.voidTransferConfigurationSpec. setImportMode(ImportMode importMode)Sets the import mode.voidSQLExportConfigurationSpec. setSQLImportMode(ImportMode sqlImportMode)Sets the import mode.
-