| Modifier and Type | Field and Description |
|---|---|
static DataCategory |
DataCategory.DC_ALPHABETIC_LITERAL
The 'DC ALPHABETIC' literal object.
|
static DataCategory |
DataCategory.DC_ALPHANUMERIC_EDITED_LITERAL
The 'DC ALPHANUMERIC EDITED' literal object.
|
static DataCategory |
DataCategory.DC_ALPHANUMERIC_LITERAL
The 'DC ALPHANUMERIC' literal object.
|
static DataCategory |
DataCategory.DC_DBCS_LITERAL
The 'DC DBCS' literal object.
|
static DataCategory |
DataCategory.DC_EGCS_LITERAL
The 'DC EGCS' literal object.
|
static DataCategory |
DataCategory.DC_NUMERIC_EDITED_LITERAL
The 'DC NUMERIC EDITED' literal object.
|
static DataCategory |
DataCategory.DC_NUMERIC_LITERAL
The 'DC NUMERIC' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static DataCategory |
DataCategory.get(int value)
Returns the 'Data Category' literal with the specified integer value.
|
static DataCategory |
DataCategory.get(java.lang.String literal)
Returns the 'Data Category' literal with the specified literal value.
|
static DataCategory |
DataCategory.getByName(java.lang.String name)
Returns the 'Data Category' literal with the specified name.
|
DataCategory |
ReplacingClause.getCategory()
Returns the value of the 'Category' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplacingClause.setCategory(DataCategory value)
Sets the value of the '
Category' attribute. |