public enum CPCVSFlags extends Enum<CPCVSFlags> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getCPCVSFlags()| Enum Constant and Description |
|---|
SORT_ORDER
The 'Sort Order' literal object
|
VARIABLE_SPACE
The 'Variable Space' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
SORT_ORDER_VALUE
The 'Sort Order' literal value
|
static List<CPCVSFlags> |
VALUES
A public read-only list of all the 'CPCVS Flags' enumerators
|
static int |
VARIABLE_SPACE_VALUE
The 'Variable Space' literal value
|
| Modifier and Type | Method and Description |
|---|---|
static CPCVSFlags |
get(int value)
Returns the 'CPCVS Flags' literal with the specified integer value
|
static CPCVSFlags |
get(String literal)
Returns the 'CPCVS Flags' literal with the specified literal value
|
static CPCVSFlags |
getByName(String name)
Returns the 'CPCVS 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 CPCVSFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPCVSFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPCVSFlags SORT_ORDER
SORT_ORDER_VALUEpublic static final CPCVSFlags VARIABLE_SPACE
VARIABLE_SPACE_VALUEpublic static final int SORT_ORDER_VALUE
If the meaning of 'Sort Order' literal object isn't clear, there really should be more of a description here...
SORT_ORDER,
Constant Field Valuespublic static final int VARIABLE_SPACE_VALUE
If the meaning of 'Variable Space' literal object isn't clear, there really should be more of a description here...
VARIABLE_SPACE,
Constant Field Valuespublic static final List<CPCVSFlags> VALUES
public static CPCVSFlags[] values()
for (CPCVSFlags c : CPCVSFlags.values()) System.out.println(c);
public static CPCVSFlags 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 CPCVSFlags get(String literal)
literal - the literal.null.public static CPCVSFlags getByName(String name)
name - the name.null.public static CPCVSFlags 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<CPCVSFlags>Copyright © 2017. All rights reserved.