com.ibm.etools.cobol.application.model.cobol
Class KeyConditionType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.etools.cobol.application.model.cobol.KeyConditionType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class KeyConditionType
extends org.eclipse.emf.common.util.AbstractEnumerator

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.

See Also:
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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

KEYIS_EQUAL

public static final int KEYIS_EQUAL
The 'KEYIS EQUAL' literal value.

Representation of IS EQUAL

See Also:
KEYIS_EQUAL_LITERAL, Constant Field Values

KEYIS_LESS

public static final int KEYIS_LESS
The 'KEYIS LESS' literal value.

Representation of IS LESS.

See Also:
KEYIS_LESS_LITERAL, Constant Field Values

KEYIS_GREATER

public static final int KEYIS_GREATER
The 'KEYIS GREATER' literal value.

Representation of IS GREATER

See Also:
KEYIS_GREATER_LITERAL, Constant Field Values

KEYIS_NOT_LESS

public static final int KEYIS_NOT_LESS
The 'KEYIS NOT LESS' literal value.

Representation of IS NOT LESS

See Also:
KEYIS_NOT_LESS_LITERAL, Constant Field Values

KEYIS_NOT_GREATER

public static final int KEYIS_NOT_GREATER
The 'KEYIS NOT GREATER' literal value.

Representation of IS NOT GREATER

See Also:
KEYIS_NOT_GREATER_LITERAL, Constant Field Values

KEYIS_LESS_OR_EQUAL

public static final int KEYIS_LESS_OR_EQUAL
The 'KEYIS LESS OR EQUAL' literal value.

Representation of IS LESS OR EQUAL

See Also:
KEYIS_LESS_OR_EQUAL_LITERAL, Constant Field Values

KEYIS_GREATER_OR_EQUAL

public static final int KEYIS_GREATER_OR_EQUAL
The 'KEYIS GREATER OR EQUAL' literal value.

Representation of IS GREATER OR EQUAL

See Also:
KEYIS_GREATER_OR_EQUAL_LITERAL, Constant Field Values

KEYIS_EQUAL_LITERAL

public static final KeyConditionType KEYIS_EQUAL_LITERAL
The 'KEYIS EQUAL' literal object.

See Also:
KEYIS_EQUAL

KEYIS_LESS_LITERAL

public static final KeyConditionType KEYIS_LESS_LITERAL
The 'KEYIS LESS' literal object.

See Also:
KEYIS_LESS

KEYIS_GREATER_LITERAL

public static final KeyConditionType KEYIS_GREATER_LITERAL
The 'KEYIS GREATER' literal object.

See Also:
KEYIS_GREATER

KEYIS_NOT_LESS_LITERAL

public static final KeyConditionType KEYIS_NOT_LESS_LITERAL
The 'KEYIS NOT LESS' literal object.

See Also:
KEYIS_NOT_LESS

KEYIS_NOT_GREATER_LITERAL

public static final KeyConditionType KEYIS_NOT_GREATER_LITERAL
The 'KEYIS NOT GREATER' literal object.

See Also:
KEYIS_NOT_GREATER

KEYIS_LESS_OR_EQUAL_LITERAL

public static final KeyConditionType KEYIS_LESS_OR_EQUAL_LITERAL
The 'KEYIS LESS OR EQUAL' literal object.

See Also:
KEYIS_LESS_OR_EQUAL

KEYIS_GREATER_OR_EQUAL_LITERAL

public static final KeyConditionType KEYIS_GREATER_OR_EQUAL_LITERAL
The 'KEYIS GREATER OR EQUAL' literal object.

See Also:
KEYIS_GREATER_OR_EQUAL

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Key Condition Type' enumerators.

Method Detail

get

public static KeyConditionType get(java.lang.String literal)
Returns the 'Key Condition Type' literal with the specified literal value.


getByName

public static KeyConditionType getByName(java.lang.String name)
Returns the 'Key Condition Type' literal with the specified name.


get

public static KeyConditionType get(int value)
Returns the 'Key Condition Type' literal with the specified integer value.