| 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 |
|---|---|
static ImportScope |
ImportScope.parse(String value)
Returns the
ImportScope instance corresponding to the value specified. |
static ImportScope |
ImportScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportScope[] |
ImportScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ImportScope> |
ImportDataExchangeConfigurationSpec.getImportScopes()
Returns the specified import scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportDataExchangeConfigurationSpec.setImportScopes(Set<ImportScope> importScopes)
Sets the import scope.
|