|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataCategory in com.ibm.etools.cobol.application.model.cobol |
|---|
| Fields in com.ibm.etools.cobol.application.model.cobol declared as DataCategory | |
|---|---|
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. |
| Methods in com.ibm.etools.cobol.application.model.cobol that return DataCategory | |
|---|---|
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. |
| Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type DataCategory | |
|---|---|
void |
ReplacingClause.setCategory(DataCategory value)
Sets the value of the ' Category' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||