| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
| Modifier and Type | Method and Description |
|---|---|
ImportMode |
SQLImportConfigurationSpec.getImportMode()
Returns the specified import mode.
|
ImportMode |
ImportConfigurationSpec.getImportMode()
Returns the specified import mode.
|
ImportMode |
FileImportConfigurationSpec.getImportMode()
Returns the specified import mode.
|
ImportMode |
TransferConfigurationSpec.getImportMode()
Returns the specified import mode.
|
ImportMode |
ImportDataExchangeConfigurationSpec.getImportMode()
Returns the specified import mode.
|
ImportMode |
SQLExportConfigurationSpec.getSQLImportMode()
Returns the import mode.
|
static ImportMode |
ImportMode.parse(String value)
Returns the
ImportMode instance corresponding to the value specified. |
static ImportMode |
ImportMode.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLImportConfigurationSpec.setImportMode(ImportMode importMode)
Sets the import mode.
|
void |
FileImportConfigurationSpec.setImportMode(ImportMode importMode)
Sets the import mode.
|
void |
TransferConfigurationSpec.setImportMode(ImportMode importMode)
Sets the import mode.
|
void |
ImportDataExchangeConfigurationSpec.setImportMode(ImportMode importMode)
Sets the import mode.
|
void |
SQLExportConfigurationSpec.setSQLImportMode(ImportMode sqlImportMode)
Sets the import mode.
|