public enum CPDEncScheme extends Enum<CPDEncScheme> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getCPDEncScheme()| Enum Constant and Description |
|---|
CONST_DOUBLE_BYTE_EBCDIC
The 'Const Double Byte EBCDIC' literal object
|
CONST_DOUBLE_BYTE_NO_ENCODING_SPECIFIED
The 'Const Double Byte No Encoding Specified' literal object
|
CONST_DOUBLE_BYTE_UCS
The 'Const Double Byte UCS' literal object
|
CONST_NO_ENCODING_SPECIFIED
The 'Const No Encoding Specified' literal object
|
CONST_SINGLE_BYTE_EBCDIC
The 'Const Single Byte EBCDIC' literal object
|
CONST_SINGLE_BYTE_IBMPC
The 'Const Single Byte IBMPC' literal object
|
CONST_SINGLE_BYTE_NO_ENCODING_SPECIFIED
The 'Const Single Byte No Encoding Specified' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DOUBLE_BYTE_EBCDIC_VALUE
The 'Const Double Byte EBCDIC' literal value
|
static int |
CONST_DOUBLE_BYTE_NO_ENCODING_SPECIFIED_VALUE
The 'Const Double Byte No Encoding Specified' literal value
|
static int |
CONST_DOUBLE_BYTE_UCS_VALUE
The 'Const Double Byte UCS' literal value
|
static int |
CONST_NO_ENCODING_SPECIFIED_VALUE
The 'Const No Encoding Specified' literal value
|
static int |
CONST_SINGLE_BYTE_EBCDIC_VALUE
The 'Const Single Byte EBCDIC' literal value
|
static int |
CONST_SINGLE_BYTE_IBMPC_VALUE
The 'Const Single Byte IBMPC' literal value
|
static int |
CONST_SINGLE_BYTE_NO_ENCODING_SPECIFIED_VALUE
The 'Const Single Byte No Encoding Specified' literal value
|
static List<CPDEncScheme> |
VALUES
A public read-only list of all the 'CPD Enc Scheme' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static CPDEncScheme |
get(int value)
Returns the 'CPD Enc Scheme' literal with the specified integer value
|
static CPDEncScheme |
get(String literal)
Returns the 'CPD Enc Scheme' literal with the specified literal value
|
static CPDEncScheme |
getByName(String name)
Returns the 'CPD Enc Scheme' 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 CPDEncScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPDEncScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDEncScheme CONST_NO_ENCODING_SPECIFIED
CONST_NO_ENCODING_SPECIFIED_VALUEpublic static final CPDEncScheme CONST_SINGLE_BYTE_NO_ENCODING_SPECIFIED
public static final CPDEncScheme CONST_DOUBLE_BYTE_NO_ENCODING_SPECIFIED
public static final CPDEncScheme CONST_SINGLE_BYTE_IBMPC
CONST_SINGLE_BYTE_IBMPC_VALUEpublic static final CPDEncScheme CONST_SINGLE_BYTE_EBCDIC
CONST_SINGLE_BYTE_EBCDIC_VALUEpublic static final CPDEncScheme CONST_DOUBLE_BYTE_EBCDIC
CONST_DOUBLE_BYTE_EBCDIC_VALUEpublic static final CPDEncScheme CONST_DOUBLE_BYTE_UCS
CONST_DOUBLE_BYTE_UCS_VALUEpublic static final int CONST_NO_ENCODING_SPECIFIED_VALUE
If the meaning of 'Const No Encoding Specified' literal object isn't clear, there really should be more of a description here...
CONST_NO_ENCODING_SPECIFIED,
Constant Field Valuespublic static final int CONST_SINGLE_BYTE_NO_ENCODING_SPECIFIED_VALUE
If the meaning of 'Const Single Byte No Encoding Specified' literal object isn't clear, there really should be more of a description here...
public static final int CONST_DOUBLE_BYTE_NO_ENCODING_SPECIFIED_VALUE
If the meaning of 'Const Double Byte No Encoding Specified' literal object isn't clear, there really should be more of a description here...
public static final int CONST_SINGLE_BYTE_IBMPC_VALUE
If the meaning of 'Const Single Byte IBMPC' literal object isn't clear, there really should be more of a description here...
CONST_SINGLE_BYTE_IBMPC,
Constant Field Valuespublic static final int CONST_SINGLE_BYTE_EBCDIC_VALUE
If the meaning of 'Const Single Byte EBCDIC' literal object isn't clear, there really should be more of a description here...
CONST_SINGLE_BYTE_EBCDIC,
Constant Field Valuespublic static final int CONST_DOUBLE_BYTE_EBCDIC_VALUE
If the meaning of 'Const Double Byte EBCDIC' literal object isn't clear, there really should be more of a description here...
CONST_DOUBLE_BYTE_EBCDIC,
Constant Field Valuespublic static final int CONST_DOUBLE_BYTE_UCS_VALUE
If the meaning of 'Const Double Byte UCS' literal object isn't clear, there really should be more of a description here...
CONST_DOUBLE_BYTE_UCS,
Constant Field Valuespublic static final List<CPDEncScheme> VALUES
public static CPDEncScheme[] values()
for (CPDEncScheme c : CPDEncScheme.values()) System.out.println(c);
public static CPDEncScheme 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 CPDEncScheme get(String literal)
literal - the literal.null.public static CPDEncScheme getByName(String name)
name - the name.null.public static CPDEncScheme 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<CPDEncScheme>Copyright © 2017. All rights reserved.