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