| Package | Description |
|---|---|
| com.orchestranetworks.addon.dqid.service.purgeindicator |
| Modifier and Type | Method and Description |
|---|---|
PurgeIndicatorDateTypeEnum |
PurgeIndicatorSpec.getDateType()
Returns the date type used by the Purge indicator service.
|
static PurgeIndicatorDateTypeEnum |
PurgeIndicatorDateTypeEnum.parse(String option)
Returns
PurgeIndicatorDateTypeEnum based on the option parameter. |
static PurgeIndicatorDateTypeEnum |
PurgeIndicatorDateTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurgeIndicatorDateTypeEnum[] |
PurgeIndicatorDateTypeEnum.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.setDateType(PurgeIndicatorDateTypeEnum dateType)
Specifies
DateTypeEnum for the Purge indicator service. |