public enum PPORGProcFlgs extends Enum<PPORGProcFlgs> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getPPORGProcFlgs()| Enum Constant and Description |
|---|
DEGREE0
The 'Degree0' literal object
|
DEGREE180
The 'Degree180' literal object
|
DEGREE270
The 'Degree270' literal object
|
DEGREE90
The 'Degree90' literal object
|
PREPROCESS_ALL
The 'Preprocess All' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEGREE0_VALUE
The 'Degree0' literal value
|
static int |
DEGREE180_VALUE
The 'Degree180' literal value
|
static int |
DEGREE270_VALUE
The 'Degree270' literal value
|
static int |
DEGREE90_VALUE
The 'Degree90' literal value
|
static int |
PREPROCESS_ALL_VALUE
The 'Preprocess All' literal value
|
static List<PPORGProcFlgs> |
VALUES
A public read-only list of all the 'PPORG Proc Flgs' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static PPORGProcFlgs |
get(int value)
Returns the 'PPORG Proc Flgs' literal with the specified integer value
|
static PPORGProcFlgs |
get(String literal)
Returns the 'PPORG Proc Flgs' literal with the specified literal value
|
static PPORGProcFlgs |
getByName(String name)
Returns the 'PPORG Proc Flgs' 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 PPORGProcFlgs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PPORGProcFlgs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PPORGProcFlgs DEGREE0
DEGREE0_VALUEpublic static final PPORGProcFlgs DEGREE90
DEGREE90_VALUEpublic static final PPORGProcFlgs DEGREE180
DEGREE180_VALUEpublic static final PPORGProcFlgs DEGREE270
DEGREE270_VALUEpublic static final PPORGProcFlgs PREPROCESS_ALL
PREPROCESS_ALL_VALUEpublic static final int DEGREE0_VALUE
If the meaning of 'Degree0' literal object isn't clear, there really should be more of a description here...
DEGREE0,
Constant Field Valuespublic static final int DEGREE90_VALUE
If the meaning of 'Degree90' literal object isn't clear, there really should be more of a description here...
DEGREE90,
Constant Field Valuespublic static final int DEGREE180_VALUE
If the meaning of 'Degree180' literal object isn't clear, there really should be more of a description here...
DEGREE180,
Constant Field Valuespublic static final int DEGREE270_VALUE
If the meaning of 'Degree270' literal object isn't clear, there really should be more of a description here...
DEGREE270,
Constant Field Valuespublic static final int PREPROCESS_ALL_VALUE
If the meaning of 'Preprocess All' literal object isn't clear, there really should be more of a description here...
PREPROCESS_ALL,
Constant Field Valuespublic static final List<PPORGProcFlgs> VALUES
public static PPORGProcFlgs[] values()
for (PPORGProcFlgs c : PPORGProcFlgs.values()) System.out.println(c);
public static PPORGProcFlgs 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 PPORGProcFlgs get(String literal)
literal - the literal.null.public static PPORGProcFlgs getByName(String name)
name - the name.null.public static PPORGProcFlgs 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<PPORGProcFlgs>Copyright © 2017. All rights reserved.