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

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

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

A representation a sign in a sign conditional expression. This includes the literals of the enumeration 'Sign Type', and utility methods for working with them.

See Also:
COBOLPackage.getSignType(), Serialized Form

Field Summary
static java.lang.String copyright
           
static int SIGNTYPE_NEGATIVE
          The 'SIGNTYPE NEGATIVE' literal value.
static SignType SIGNTYPE_NEGATIVE_LITERAL
          The 'SIGNTYPE NEGATIVE' literal object.
static int SIGNTYPE_POSITIVE
          The 'SIGNTYPE POSITIVE' literal value.
static SignType SIGNTYPE_POSITIVE_LITERAL
          The 'SIGNTYPE POSITIVE' literal object.
static int SIGNTYPE_ZERO
          The 'SIGNTYPE ZERO' literal value.
static SignType SIGNTYPE_ZERO_LITERAL
          The 'SIGNTYPE ZERO' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Sign Type' enumerators.
 
Method Summary
static SignType get(int value)
          Returns the 'Sign Type' literal with the specified integer value.
static SignType get(java.lang.String literal)
          Returns the 'Sign Type' literal with the specified literal value.
static SignType getByName(java.lang.String name)
          Returns the 'Sign 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

SIGNTYPE_NEGATIVE

public static final int SIGNTYPE_NEGATIVE
The 'SIGNTYPE NEGATIVE' literal value.

Representation of NEGATIVE

See Also:
SIGNTYPE_NEGATIVE_LITERAL, Constant Field Values

SIGNTYPE_ZERO

public static final int SIGNTYPE_ZERO
The 'SIGNTYPE ZERO' literal value.

Representation of ZERO

See Also:
SIGNTYPE_ZERO_LITERAL, Constant Field Values

SIGNTYPE_POSITIVE

public static final int SIGNTYPE_POSITIVE
The 'SIGNTYPE POSITIVE' literal value.

Representation of POSITIVE

See Also:
SIGNTYPE_POSITIVE_LITERAL, Constant Field Values

SIGNTYPE_NEGATIVE_LITERAL

public static final SignType SIGNTYPE_NEGATIVE_LITERAL
The 'SIGNTYPE NEGATIVE' literal object.

See Also:
SIGNTYPE_NEGATIVE

SIGNTYPE_ZERO_LITERAL

public static final SignType SIGNTYPE_ZERO_LITERAL
The 'SIGNTYPE ZERO' literal object.

See Also:
SIGNTYPE_ZERO

SIGNTYPE_POSITIVE_LITERAL

public static final SignType SIGNTYPE_POSITIVE_LITERAL
The 'SIGNTYPE POSITIVE' literal object.

See Also:
SIGNTYPE_POSITIVE

VALUES

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

Method Detail

get

public static SignType get(java.lang.String literal)
Returns the 'Sign Type' literal with the specified literal value.


getByName

public static SignType getByName(java.lang.String name)
Returns the 'Sign Type' literal with the specified name.


get

public static SignType get(int value)
Returns the 'Sign Type' literal with the specified integer value.