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

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

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

A representation of the UPSI switch environment name in the SPECIAL-NAMES paragraph.

See Also:
COBOLPackage.getUPSISwitchBit(), Serialized Form

Field Summary
static java.lang.String copyright
           
static int UPSI_0
          The 'UPSI 0' literal value.
static UPSISwitchBit UPSI_0_LITERAL
          The 'UPSI 0' literal object.
static int UPSI_1
          The 'UPSI 1' literal value.
static UPSISwitchBit UPSI_1_LITERAL
          The 'UPSI 1' literal object.
static int UPSI_2
          The 'UPSI 2' literal value.
static UPSISwitchBit UPSI_2_LITERAL
          The 'UPSI 2' literal object.
static int UPSI_3
          The 'UPSI 3' literal value.
static UPSISwitchBit UPSI_3_LITERAL
          The 'UPSI 3' literal object.
static int UPSI_4
          The 'UPSI 4' literal value.
static UPSISwitchBit UPSI_4_LITERAL
          The 'UPSI 4' literal object.
static int UPSI_5
          The 'UPSI 5' literal value.
static UPSISwitchBit UPSI_5_LITERAL
          The 'UPSI 5' literal object.
static int UPSI_6
          The 'UPSI 6' literal value.
static UPSISwitchBit UPSI_6_LITERAL
          The 'UPSI 6' literal object.
static int UPSI_7
          The 'UPSI 7' literal value.
static UPSISwitchBit UPSI_7_LITERAL
          The 'UPSI 7' literal object.
static java.util.List VALUES
          A public read-only list of all the 'UPSI Switch Bit' enumerators.
 
Method Summary
static UPSISwitchBit get(int value)
          Returns the 'UPSI Switch Bit' literal with the specified integer value.
static UPSISwitchBit get(java.lang.String literal)
          Returns the 'UPSI Switch Bit' literal with the specified literal value.
static UPSISwitchBit getByName(java.lang.String name)
          Returns the 'UPSI Switch Bit' 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

UPSI_0

public static final int UPSI_0
The 'UPSI 0' literal value.

Representation of UPSI-0.

See Also:
UPSI_0_LITERAL, Constant Field Values

UPSI_1

public static final int UPSI_1
The 'UPSI 1' literal value.

Representation of UPSI-1.

See Also:
UPSI_1_LITERAL, Constant Field Values

UPSI_2

public static final int UPSI_2
The 'UPSI 2' literal value.

Representation of UPSI-2.

See Also:
UPSI_2_LITERAL, Constant Field Values

UPSI_3

public static final int UPSI_3
The 'UPSI 3' literal value.

Representation of UPSI-3.

See Also:
UPSI_3_LITERAL, Constant Field Values

UPSI_4

public static final int UPSI_4
The 'UPSI 4' literal value.

Representation of UPSI-4.

See Also:
UPSI_4_LITERAL, Constant Field Values

UPSI_5

public static final int UPSI_5
The 'UPSI 5' literal value.

Representation of UPSI-5.

See Also:
UPSI_5_LITERAL, Constant Field Values

UPSI_6

public static final int UPSI_6
The 'UPSI 6' literal value.

Representation of UPSI-6.

See Also:
UPSI_6_LITERAL, Constant Field Values

UPSI_7

public static final int UPSI_7
The 'UPSI 7' literal value.

Representation of UPSI-7.

See Also:
UPSI_7_LITERAL, Constant Field Values

UPSI_0_LITERAL

public static final UPSISwitchBit UPSI_0_LITERAL
The 'UPSI 0' literal object.

See Also:
UPSI_0

UPSI_1_LITERAL

public static final UPSISwitchBit UPSI_1_LITERAL
The 'UPSI 1' literal object.

See Also:
UPSI_1

UPSI_2_LITERAL

public static final UPSISwitchBit UPSI_2_LITERAL
The 'UPSI 2' literal object.

See Also:
UPSI_2

UPSI_3_LITERAL

public static final UPSISwitchBit UPSI_3_LITERAL
The 'UPSI 3' literal object.

See Also:
UPSI_3

UPSI_4_LITERAL

public static final UPSISwitchBit UPSI_4_LITERAL
The 'UPSI 4' literal object.

See Also:
UPSI_4

UPSI_5_LITERAL

public static final UPSISwitchBit UPSI_5_LITERAL
The 'UPSI 5' literal object.

See Also:
UPSI_5

UPSI_6_LITERAL

public static final UPSISwitchBit UPSI_6_LITERAL
The 'UPSI 6' literal object.

See Also:
UPSI_6

UPSI_7_LITERAL

public static final UPSISwitchBit UPSI_7_LITERAL
The 'UPSI 7' literal object.

See Also:
UPSI_7

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'UPSI Switch Bit' enumerators.

Method Detail

get

public static UPSISwitchBit get(java.lang.String literal)
Returns the 'UPSI Switch Bit' literal with the specified literal value.


getByName

public static UPSISwitchBit getByName(java.lang.String name)
Returns the 'UPSI Switch Bit' literal with the specified name.


get

public static UPSISwitchBit get(int value)
Returns the 'UPSI Switch Bit' literal with the specified integer value.