|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ClassType in com.ibm.etools.cobol.application.model.cobol |
|---|
| Fields in com.ibm.etools.cobol.application.model.cobol declared as ClassType | |
|---|---|
static ClassType |
ClassType.CLASSTYPE_ALPHA_LOWER_LITERAL
The 'CLASSTYPE ALPHA LOWER' literal object. |
static ClassType |
ClassType.CLASSTYPE_ALPHA_UPPER_LITERAL
The 'CLASSTYPE ALPHA UPPER' literal object. |
static ClassType |
ClassType.CLASSTYPE_ALPHABETIC_LITERAL
The 'CLASSTYPE ALPHABETIC' literal object. |
static ClassType |
ClassType.CLASSTYPE_DBCS_LITERAL
The 'CLASSTYPE DBCS' literal object. |
static ClassType |
ClassType.CLASSTYPE_KANJI_LITERAL
The 'CLASSTYPE KANJI' literal object. |
static ClassType |
ClassType.CLASSTYPE_NUMERIC_LITERAL
The 'CLASSTYPE NUMERIC' literal object. |
| Methods in com.ibm.etools.cobol.application.model.cobol that return ClassType | |
|---|---|
static ClassType |
ClassType.get(int value)
Returns the 'Class Type' literal with the specified integer value. |
static ClassType |
ClassType.get(java.lang.String literal)
Returns the 'Class Type' literal with the specified literal value. |
static ClassType |
ClassType.getByName(java.lang.String name)
Returns the 'Class Type' literal with the specified name. |
ClassType |
ExprStdClassCond.getClassType()
Returns the value of the 'Class Type' attribute. |
| Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ClassType | |
|---|---|
void |
ExprStdClassCond.setClassType(ClassType value)
Sets the value of the ' Class Type' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||