public final class KeyConditionType
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getKeyConditionType(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
KEYIS_EQUAL
The 'KEYIS EQUAL' literal value.
|
static KeyConditionType |
KEYIS_EQUAL_LITERAL
The 'KEYIS EQUAL' literal object.
|
static int |
KEYIS_GREATER
The 'KEYIS GREATER' literal value.
|
static KeyConditionType |
KEYIS_GREATER_LITERAL
The 'KEYIS GREATER' literal object.
|
static int |
KEYIS_GREATER_OR_EQUAL
The 'KEYIS GREATER OR EQUAL' literal value.
|
static KeyConditionType |
KEYIS_GREATER_OR_EQUAL_LITERAL
The 'KEYIS GREATER OR EQUAL' literal object.
|
static int |
KEYIS_LESS
The 'KEYIS LESS' literal value.
|
static KeyConditionType |
KEYIS_LESS_LITERAL
The 'KEYIS LESS' literal object.
|
static int |
KEYIS_LESS_OR_EQUAL
The 'KEYIS LESS OR EQUAL' literal value.
|
static KeyConditionType |
KEYIS_LESS_OR_EQUAL_LITERAL
The 'KEYIS LESS OR EQUAL' literal object.
|
static int |
KEYIS_NOT_GREATER
The 'KEYIS NOT GREATER' literal value.
|
static KeyConditionType |
KEYIS_NOT_GREATER_LITERAL
The 'KEYIS NOT GREATER' literal object.
|
static int |
KEYIS_NOT_LESS
The 'KEYIS NOT LESS' literal value.
|
static KeyConditionType |
KEYIS_NOT_LESS_LITERAL
The 'KEYIS NOT LESS' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Key Condition Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyConditionType |
get(int value)
Returns the 'Key Condition Type' literal with the specified integer value.
|
static KeyConditionType |
get(java.lang.String literal)
Returns the 'Key Condition Type' literal with the specified literal value.
|
static KeyConditionType |
getByName(java.lang.String name)
Returns the 'Key Condition Type' literal with the specified name.
|
public static final java.lang.String copyright
public static final int KEYIS_EQUAL
Representation of IS EQUAL
KEYIS_EQUAL_LITERAL,
Constant Field Valuespublic static final int KEYIS_LESS
Representation of IS LESS.
KEYIS_LESS_LITERAL,
Constant Field Valuespublic static final int KEYIS_GREATER
Representation of IS GREATER
KEYIS_GREATER_LITERAL,
Constant Field Valuespublic static final int KEYIS_NOT_LESS
Representation of IS NOT LESS
KEYIS_NOT_LESS_LITERAL,
Constant Field Valuespublic static final int KEYIS_NOT_GREATER
Representation of IS NOT GREATER
KEYIS_NOT_GREATER_LITERAL,
Constant Field Valuespublic static final int KEYIS_LESS_OR_EQUAL
Representation of IS LESS OR EQUAL
KEYIS_LESS_OR_EQUAL_LITERAL,
Constant Field Valuespublic static final int KEYIS_GREATER_OR_EQUAL
Representation of IS GREATER OR EQUAL
public static final KeyConditionType KEYIS_EQUAL_LITERAL
KEYIS_EQUALpublic static final KeyConditionType KEYIS_LESS_LITERAL
KEYIS_LESSpublic static final KeyConditionType KEYIS_GREATER_LITERAL
KEYIS_GREATERpublic static final KeyConditionType KEYIS_NOT_LESS_LITERAL
KEYIS_NOT_LESSpublic static final KeyConditionType KEYIS_NOT_GREATER_LITERAL
KEYIS_NOT_GREATERpublic static final KeyConditionType KEYIS_LESS_OR_EQUAL_LITERAL
KEYIS_LESS_OR_EQUALpublic static final KeyConditionType KEYIS_GREATER_OR_EQUAL_LITERAL
KEYIS_GREATER_OR_EQUALpublic static final java.util.List VALUES
public static KeyConditionType get(java.lang.String literal)
public static KeyConditionType getByName(java.lang.String name)
public static KeyConditionType get(int value)