public enum PGPRGPgFlgs extends Enum<PGPRGPgFlgs> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getPGPRGPgFlgs()| Enum Constant and Description |
|---|
PAGE_VIEW_CONTROL
The 'Page View Control' literal object
|
PMC_OVERLAY_POSITION
The 'PMC Overlay Position' literal object
|
PMC_OVERLAYS
The 'PMC Overlays' literal object
|
VARIABLE_PAGE_DATA
The 'Variable Page Data' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
PAGE_VIEW_CONTROL_VALUE
The 'Page View Control' literal value
|
static int |
PMC_OVERLAY_POSITION_VALUE
The 'PMC Overlay Position' literal value
|
static int |
PMC_OVERLAYS_VALUE
The 'PMC Overlays' literal value
|
static List<PGPRGPgFlgs> |
VALUES
A public read-only list of all the 'PGPRG Pg Flgs' enumerators
|
static int |
VARIABLE_PAGE_DATA_VALUE
The 'Variable Page Data' literal value
|
| Modifier and Type | Method and Description |
|---|---|
static PGPRGPgFlgs |
get(int value)
Returns the 'PGPRG Pg Flgs' literal with the specified integer value
|
static PGPRGPgFlgs |
get(String literal)
Returns the 'PGPRG Pg Flgs' literal with the specified literal value
|
static PGPRGPgFlgs |
getByName(String name)
Returns the 'PGPRG Pg 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 PGPRGPgFlgs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PGPRGPgFlgs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PGPRGPgFlgs VARIABLE_PAGE_DATA
VARIABLE_PAGE_DATA_VALUEpublic static final PGPRGPgFlgs PMC_OVERLAYS
PMC_OVERLAYS_VALUEpublic static final PGPRGPgFlgs PMC_OVERLAY_POSITION
PMC_OVERLAY_POSITION_VALUEpublic static final PGPRGPgFlgs PAGE_VIEW_CONTROL
PAGE_VIEW_CONTROL_VALUEpublic static final int VARIABLE_PAGE_DATA_VALUE
If the meaning of 'Variable Page Data' literal object isn't clear, there really should be more of a description here...
VARIABLE_PAGE_DATA,
Constant Field Valuespublic static final int PMC_OVERLAYS_VALUE
If the meaning of 'PMC Overlays' literal object isn't clear, there really should be more of a description here...
PMC_OVERLAYS,
Constant Field Valuespublic static final int PMC_OVERLAY_POSITION_VALUE
If the meaning of 'PMC Overlay Position' literal object isn't clear, there really should be more of a description here...
PMC_OVERLAY_POSITION,
Constant Field Valuespublic static final int PAGE_VIEW_CONTROL_VALUE
If the meaning of 'Page View Control' literal object isn't clear, there really should be more of a description here...
PAGE_VIEW_CONTROL,
Constant Field Valuespublic static final List<PGPRGPgFlgs> VALUES
public static PGPRGPgFlgs[] values()
for (PGPRGPgFlgs c : PGPRGPgFlgs.values()) System.out.println(c);
public static PGPRGPgFlgs 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 PGPRGPgFlgs get(String literal)
literal - the literal.null.public static PGPRGPgFlgs getByName(String name)
name - the name.null.public static PGPRGPgFlgs 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<PGPRGPgFlgs>Copyright © 2017. All rights reserved.