|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.etools.cobol.application.model.cobol.KeyConditionType
public final class KeyConditionType
A representation of the condition in a KEY phrase. This includes the literals of the enumeration 'Key Condition Type', and utility methods for working with them.
COBOLPackage.getKeyConditionType(),
Serialized Form| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
KEYIS_GREATER_OR_EQUAL_LITERAL,
Constant Field Valuespublic 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
| Method Detail |
|---|
public static KeyConditionType get(java.lang.String literal)
public static KeyConditionType getByName(java.lang.String name)
public static KeyConditionType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||