|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of KeyConditionType in com.ibm.etools.cobol.application.model.cobol |
|---|
| Fields in com.ibm.etools.cobol.application.model.cobol declared as KeyConditionType | |
|---|---|
static KeyConditionType |
KeyConditionType.KEYIS_EQUAL_LITERAL
The 'KEYIS EQUAL' literal object. |
static KeyConditionType |
KeyConditionType.KEYIS_GREATER_LITERAL
The 'KEYIS GREATER' literal object. |
static KeyConditionType |
KeyConditionType.KEYIS_GREATER_OR_EQUAL_LITERAL
The 'KEYIS GREATER OR EQUAL' literal object. |
static KeyConditionType |
KeyConditionType.KEYIS_LESS_LITERAL
The 'KEYIS LESS' literal object. |
static KeyConditionType |
KeyConditionType.KEYIS_LESS_OR_EQUAL_LITERAL
The 'KEYIS LESS OR EQUAL' literal object. |
static KeyConditionType |
KeyConditionType.KEYIS_NOT_GREATER_LITERAL
The 'KEYIS NOT GREATER' literal object. |
static KeyConditionType |
KeyConditionType.KEYIS_NOT_LESS_LITERAL
The 'KEYIS NOT LESS' literal object. |
| Methods in com.ibm.etools.cobol.application.model.cobol that return KeyConditionType | |
|---|---|
static KeyConditionType |
KeyConditionType.get(int value)
Returns the 'Key Condition Type' literal with the specified integer value. |
static KeyConditionType |
KeyConditionType.get(java.lang.String literal)
Returns the 'Key Condition Type' literal with the specified literal value. |
static KeyConditionType |
KeyConditionType.getByName(java.lang.String name)
Returns the 'Key Condition Type' literal with the specified name. |
KeyConditionType |
KeyCondition.getType()
Returns the value of the 'Type' attribute. |
| Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type KeyConditionType | |
|---|---|
void |
KeyCondition.setType(KeyConditionType value)
Sets the value of the ' Type' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||