public enum PGPRGSHside extends Enum<PGPRGSHside> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getPGPRGSHside()| Enum Constant and Description |
|---|
CONST_BACK_SIDE
The 'Const Back Side' literal object
|
CONST_FRONT_SIDE
The 'Const Front Side' literal object
|
CONST_PARTITION1_BACK
The 'Const Partition1 Back' literal object
|
CONST_PARTITION1_FRONT
The 'Const Partition1 Front' literal object
|
CONST_PARTITION2_BACK
The 'Const Partition2 Back' literal object
|
CONST_PARTITION2_FRONT
The 'Const Partition2 Front' literal object
|
CONST_PARTITION3_BACK
The 'Const Partition3 Back' literal object
|
CONST_PARTITION3_FRONT
The 'Const Partition3 Front' literal object
|
CONST_PARTITION4_BACK
The 'Const Partition4 Back' literal object
|
CONST_PARTITION4_FRONT
The 'Const Partition4 Front' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BACK_SIDE_VALUE
The 'Const Back Side' literal value
|
static int |
CONST_FRONT_SIDE_VALUE
The 'Const Front Side' literal value
|
static int |
CONST_PARTITION1_BACK_VALUE
The 'Const Partition1 Back' literal value
|
static int |
CONST_PARTITION1_FRONT_VALUE
The 'Const Partition1 Front' literal value
|
static int |
CONST_PARTITION2_BACK_VALUE
The 'Const Partition2 Back' literal value
|
static int |
CONST_PARTITION2_FRONT_VALUE
The 'Const Partition2 Front' literal value
|
static int |
CONST_PARTITION3_BACK_VALUE
The 'Const Partition3 Back' literal value
|
static int |
CONST_PARTITION3_FRONT_VALUE
The 'Const Partition3 Front' literal value
|
static int |
CONST_PARTITION4_BACK_VALUE
The 'Const Partition4 Back' literal value
|
static int |
CONST_PARTITION4_FRONT_VALUE
The 'Const Partition4 Front' literal value
|
static List<PGPRGSHside> |
VALUES
A public read-only list of all the 'PGPRGS Hside' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static PGPRGSHside |
get(int value)
Returns the 'PGPRGS Hside' literal with the specified integer value
|
static PGPRGSHside |
get(String literal)
Returns the 'PGPRGS Hside' literal with the specified literal value
|
static PGPRGSHside |
getByName(String name)
Returns the 'PGPRGS Hside' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static PGPRGSHside |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PGPRGSHside[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PGPRGSHside CONST_FRONT_SIDE
CONST_FRONT_SIDE_VALUEpublic static final PGPRGSHside CONST_BACK_SIDE
CONST_BACK_SIDE_VALUEpublic static final PGPRGSHside CONST_PARTITION1_FRONT
CONST_PARTITION1_FRONT_VALUEpublic static final PGPRGSHside CONST_PARTITION1_BACK
CONST_PARTITION1_BACK_VALUEpublic static final PGPRGSHside CONST_PARTITION2_FRONT
CONST_PARTITION2_FRONT_VALUEpublic static final PGPRGSHside CONST_PARTITION2_BACK
CONST_PARTITION2_BACK_VALUEpublic static final PGPRGSHside CONST_PARTITION3_FRONT
CONST_PARTITION3_FRONT_VALUEpublic static final PGPRGSHside CONST_PARTITION3_BACK
CONST_PARTITION3_BACK_VALUEpublic static final PGPRGSHside CONST_PARTITION4_FRONT
CONST_PARTITION4_FRONT_VALUEpublic static final PGPRGSHside CONST_PARTITION4_BACK
CONST_PARTITION4_BACK_VALUEpublic static final int CONST_FRONT_SIDE_VALUE
If the meaning of 'Const Front Side' literal object isn't clear, there really should be more of a description here...
CONST_FRONT_SIDE,
Constant Field Valuespublic static final int CONST_BACK_SIDE_VALUE
If the meaning of 'Const Back Side' literal object isn't clear, there really should be more of a description here...
CONST_BACK_SIDE,
Constant Field Valuespublic static final int CONST_PARTITION1_FRONT_VALUE
If the meaning of 'Const Partition1 Front' literal object isn't clear, there really should be more of a description here...
CONST_PARTITION1_FRONT,
Constant Field Valuespublic static final int CONST_PARTITION1_BACK_VALUE
If the meaning of 'Const Partition1 Back' literal object isn't clear, there really should be more of a description here...
CONST_PARTITION1_BACK,
Constant Field Valuespublic static final int CONST_PARTITION2_FRONT_VALUE
If the meaning of 'Const Partition2 Front' literal object isn't clear, there really should be more of a description here...
CONST_PARTITION2_FRONT,
Constant Field Valuespublic static final int CONST_PARTITION2_BACK_VALUE
If the meaning of 'Const Partition2 Back' literal object isn't clear, there really should be more of a description here...
CONST_PARTITION2_BACK,
Constant Field Valuespublic static final int CONST_PARTITION3_FRONT_VALUE
If the meaning of 'Const Partition3 Front' literal object isn't clear, there really should be more of a description here...
CONST_PARTITION3_FRONT,
Constant Field Valuespublic static final int CONST_PARTITION3_BACK_VALUE
If the meaning of 'Const Partition3 Back' literal object isn't clear, there really should be more of a description here...
CONST_PARTITION3_BACK,
Constant Field Valuespublic static final int CONST_PARTITION4_FRONT_VALUE
If the meaning of 'Const Partition4 Front' literal object isn't clear, there really should be more of a description here...
CONST_PARTITION4_FRONT,
Constant Field Valuespublic static final int CONST_PARTITION4_BACK_VALUE
If the meaning of 'Const Partition4 Back' literal object isn't clear, there really should be more of a description here...
CONST_PARTITION4_BACK,
Constant Field Valuespublic static final List<PGPRGSHside> VALUES
public static PGPRGSHside[] values()
for (PGPRGSHside c : PGPRGSHside.values()) System.out.println(c);
public static PGPRGSHside valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PGPRGSHside get(String literal)
literal - the literal.null.public static PGPRGSHside getByName(String name)
name - the name.null.public static PGPRGSHside get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<PGPRGSHside>Copyright © 2017. All rights reserved.