| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprStdClassCond.setClassType(ClassType value)
Sets the value of the '
Class Type' attribute. |