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