public enum CPCPrtFlags extends Enum<CPCPrtFlags> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getCPCPrtFlags()| Enum Constant and Description |
|---|
INCREMENT
The 'Increment' literal object
|
INVALID
The 'Invalid' literal object
|
PRESENTATION
The 'Presentation' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
INCREMENT_VALUE
The 'Increment' literal value
|
static int |
INVALID_VALUE
The 'Invalid' literal value
|
static int |
PRESENTATION_VALUE
The 'Presentation' literal value
|
static List<CPCPrtFlags> |
VALUES
A public read-only list of all the 'CPC Prt Flags' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static CPCPrtFlags |
get(int value)
Returns the 'CPC Prt Flags' literal with the specified integer value
|
static CPCPrtFlags |
get(String literal)
Returns the 'CPC Prt Flags' literal with the specified literal value
|
static CPCPrtFlags |
getByName(String name)
Returns the 'CPC Prt Flags' 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 CPCPrtFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPCPrtFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPCPrtFlags INVALID
INVALID_VALUEpublic static final CPCPrtFlags PRESENTATION
PRESENTATION_VALUEpublic static final CPCPrtFlags INCREMENT
INCREMENT_VALUEpublic static final int INVALID_VALUE
If the meaning of 'Invalid' literal object isn't clear, there really should be more of a description here...
INVALID,
Constant Field Valuespublic static final int PRESENTATION_VALUE
If the meaning of 'Presentation' literal object isn't clear, there really should be more of a description here...
PRESENTATION,
Constant Field Valuespublic static final int INCREMENT_VALUE
If the meaning of 'Increment' literal object isn't clear, there really should be more of a description here...
INCREMENT,
Constant Field Valuespublic static final List<CPCPrtFlags> VALUES
public static CPCPrtFlags[] values()
for (CPCPrtFlags c : CPCPrtFlags.values()) System.out.println(c);
public static CPCPrtFlags 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 CPCPrtFlags get(String literal)
literal - the literal.null.public static CPCPrtFlags getByName(String name)
name - the name.null.public static CPCPrtFlags 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<CPCPrtFlags>Copyright © 2017. All rights reserved.