| Package | Description |
|---|---|
| com.orchestranetworks.addon.dqid.service.purgeindicator |
| Modifier and Type | Method and Description |
|---|---|
PurgeIndicatorStorageEnum |
PurgeIndicatorStorageResult.getStorage()
Returns the storage.
|
PurgeIndicatorStorageEnum |
PurgeIndicatorSpec.getStorage()
Returns the storage.
|
static PurgeIndicatorStorageEnum |
PurgeIndicatorStorageEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurgeIndicatorStorageEnum[] |
PurgeIndicatorStorageEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PurgeIndicatorSpec.setStorage(PurgeIndicatorStorageEnum storageEnum)
Specifies storage.
|