public final class UPSISwitchBit
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getUPSISwitchBit(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final java.lang.String copyright
public static final int UPSI_0
Representation of UPSI-0.
UPSI_0_LITERAL,
Constant Field Valuespublic static final int UPSI_1
Representation of UPSI-1.
UPSI_1_LITERAL,
Constant Field Valuespublic static final int UPSI_2
Representation of UPSI-2.
UPSI_2_LITERAL,
Constant Field Valuespublic static final int UPSI_3
Representation of UPSI-3.
UPSI_3_LITERAL,
Constant Field Valuespublic static final int UPSI_4
Representation of UPSI-4.
UPSI_4_LITERAL,
Constant Field Valuespublic static final int UPSI_5
Representation of UPSI-5.
UPSI_5_LITERAL,
Constant Field Valuespublic static final int UPSI_6
Representation of UPSI-6.
UPSI_6_LITERAL,
Constant Field Valuespublic static final int UPSI_7
Representation of UPSI-7.
UPSI_7_LITERAL,
Constant Field Valuespublic static final UPSISwitchBit UPSI_0_LITERAL
UPSI_0public static final UPSISwitchBit UPSI_1_LITERAL
UPSI_1public static final UPSISwitchBit UPSI_2_LITERAL
UPSI_2public static final UPSISwitchBit UPSI_3_LITERAL
UPSI_3public static final UPSISwitchBit UPSI_4_LITERAL
UPSI_4public static final UPSISwitchBit UPSI_5_LITERAL
UPSI_5public static final UPSISwitchBit UPSI_6_LITERAL
UPSI_6public static final UPSISwitchBit UPSI_7_LITERAL
UPSI_7public static final java.util.List VALUES
public static UPSISwitchBit get(java.lang.String literal)
public static UPSISwitchBit getByName(java.lang.String name)
public static UPSISwitchBit get(int value)