| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyCondition.setType(KeyConditionType value)
Sets the value of the '
Type' attribute. |