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