public enum CPCCPIRGLen extends Enum<CPCCPIRGLen> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getCPCCPIRGLen()| Enum Constant and Description |
|---|
CONST_DOUBLE_BYTE
The 'Const Double Byte' literal object
|
CONST_DOUBLE_BYTE_WITH_UNICODE_SCALAR
The 'Const Double Byte With Unicode Scalar' literal object
|
CONST_SINGLE_BYTE
The 'Const Single Byte' literal object
|
CONST_SINGLE_BYTE_WITH_UNICODE_SCALAR
The 'Const Single Byte With Unicode Scalar' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DOUBLE_BYTE_VALUE
The 'Const Double Byte' literal value
|
static int |
CONST_DOUBLE_BYTE_WITH_UNICODE_SCALAR_VALUE
The 'Const Double Byte With Unicode Scalar' literal value
|
static int |
CONST_SINGLE_BYTE_VALUE
The 'Const Single Byte' literal value
|
static int |
CONST_SINGLE_BYTE_WITH_UNICODE_SCALAR_VALUE
The 'Const Single Byte With Unicode Scalar' literal value
|
static List<CPCCPIRGLen> |
VALUES
A public read-only list of all the 'CPCCPIRG Len' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static CPCCPIRGLen |
get(int value)
Returns the 'CPCCPIRG Len' literal with the specified integer value
|
static CPCCPIRGLen |
get(String literal)
Returns the 'CPCCPIRG Len' literal with the specified literal value
|
static CPCCPIRGLen |
getByName(String name)
Returns the 'CPCCPIRG 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 CPCCPIRGLen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPCCPIRGLen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPCCPIRGLen CONST_SINGLE_BYTE
CONST_SINGLE_BYTE_VALUEpublic static final CPCCPIRGLen CONST_DOUBLE_BYTE
CONST_DOUBLE_BYTE_VALUEpublic static final CPCCPIRGLen CONST_SINGLE_BYTE_WITH_UNICODE_SCALAR
public static final CPCCPIRGLen CONST_DOUBLE_BYTE_WITH_UNICODE_SCALAR
public static final int CONST_SINGLE_BYTE_VALUE
If the meaning of 'Const Single Byte' literal object isn't clear, there really should be more of a description here...
CONST_SINGLE_BYTE,
Constant Field Valuespublic static final int CONST_DOUBLE_BYTE_VALUE
If the meaning of 'Const Double Byte' literal object isn't clear, there really should be more of a description here...
CONST_DOUBLE_BYTE,
Constant Field Valuespublic static final int CONST_SINGLE_BYTE_WITH_UNICODE_SCALAR_VALUE
If the meaning of 'Const Single Byte With Unicode Scalar' literal object isn't clear, there really should be more of a description here...
public static final int CONST_DOUBLE_BYTE_WITH_UNICODE_SCALAR_VALUE
If the meaning of 'Const Double Byte With Unicode Scalar' literal object isn't clear, there really should be more of a description here...
public static final List<CPCCPIRGLen> VALUES
public static CPCCPIRGLen[] values()
for (CPCCPIRGLen c : CPCCPIRGLen.values()) System.out.println(c);
public static CPCCPIRGLen 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 CPCCPIRGLen get(String literal)
literal - the literal.null.public static CPCCPIRGLen getByName(String name)
name - the name.null.public static CPCCPIRGLen 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<CPCCPIRGLen>Copyright © 2017. All rights reserved.