| Package | Description |
|---|---|
| com.orchestranetworks.addon.daqa.cleansing |
Provides classes and interfaces required for cleansing operation.
|
| Modifier and Type | Field and Description |
|---|---|
static DECType |
DECType.FIELD |
static DECType |
DECType.RECORD |
static DECType |
DECType.TABLE |
static DECType |
DECType.VOID |
| Modifier and Type | Method and Description |
|---|---|
DECType |
CleansingProcedureDefinitionContext.getDecType()
Returns a Cleansing procedure's
D.E.C type. |
abstract DECType |
CleansingProcedureDefinition.getDECType()
Returns a Cleansing procedure's
D.E.C type. |
static DECType |
DECType.parse(String value)
Returns the corresponding
DECType for a specified string. |