public enum EncodingSchemeIDESidCP extends Enum<EncodingSchemeIDESidCP> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_EBCDIC_PRESENTATION_DBCS
The 'Const EBCDIC Presentation DBCS' literal object
|
CONST_EBCDIC_PRESENTATION_SBCS
The 'Const EBCDIC Presentation SBCS' literal object
|
CONST_NOT_SPECIFIED
The 'Const Not Specified' literal object
|
CONST_PC_DATA_SBCSASCI_IBASED
The 'Const PC Data SBCSASCI Ibased' literal object
|
CONST_PC_DISPLAY_SBCSASCI_IBASED
The 'Const PC Display SBCSASCI Ibased' literal object
|
CONST_UNICODEBIGENDIAN
The 'Const Unicodebigendian' literal object
|
CONST_UTF16
The 'Const UTF16' literal object
|
CONSTDEFAULT_DBC_SENCODING
The 'Constdefault DBC Sencoding' literal object
|
CONSTDEFAULT_SBC_SENCODING
The 'Constdefault SBC Sencoding' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_EBCDIC_PRESENTATION_DBCS_VALUE
The 'Const EBCDIC Presentation DBCS' literal value
|
static int |
CONST_EBCDIC_PRESENTATION_SBCS_VALUE
The 'Const EBCDIC Presentation SBCS' literal value
|
static int |
CONST_NOT_SPECIFIED_VALUE
The 'Const Not Specified' literal value
|
static int |
CONST_PC_DATA_SBCSASCI_IBASED_VALUE
The 'Const PC Data SBCSASCI Ibased' literal value
|
static int |
CONST_PC_DISPLAY_SBCSASCI_IBASED_VALUE
The 'Const PC Display SBCSASCI Ibased' literal value
|
static int |
CONST_UNICODEBIGENDIAN_VALUE
The 'Const Unicodebigendian' literal value
|
static int |
CONST_UTF16_VALUE
The 'Const UTF16' literal value
|
static int |
CONSTDEFAULT_DBC_SENCODING_VALUE
The 'Constdefault DBC Sencoding' literal value
|
static int |
CONSTDEFAULT_SBC_SENCODING_VALUE
The 'Constdefault SBC Sencoding' literal value
|
static List<EncodingSchemeIDESidCP> |
VALUES
A public read-only list of all the 'Encoding Scheme IDE Sid CP' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static EncodingSchemeIDESidCP |
get(int value)
Returns the 'Encoding Scheme IDE Sid CP' literal with the specified integer value
|
static EncodingSchemeIDESidCP |
get(String literal)
Returns the 'Encoding Scheme IDE Sid CP' literal with the specified literal value
|
static EncodingSchemeIDESidCP |
getByName(String name)
Returns the 'Encoding Scheme IDE Sid CP' 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 EncodingSchemeIDESidCP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingSchemeIDESidCP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodingSchemeIDESidCP CONST_NOT_SPECIFIED
CONST_NOT_SPECIFIED_VALUEpublic static final EncodingSchemeIDESidCP CONSTDEFAULT_SBC_SENCODING
CONSTDEFAULT_SBC_SENCODING_VALUEpublic static final EncodingSchemeIDESidCP CONSTDEFAULT_DBC_SENCODING
CONSTDEFAULT_DBC_SENCODING_VALUEpublic static final EncodingSchemeIDESidCP CONST_PC_DATA_SBCSASCI_IBASED
CONST_PC_DATA_SBCSASCI_IBASED_VALUEpublic static final EncodingSchemeIDESidCP CONST_PC_DISPLAY_SBCSASCI_IBASED
CONST_PC_DISPLAY_SBCSASCI_IBASED_VALUEpublic static final EncodingSchemeIDESidCP CONST_EBCDIC_PRESENTATION_SBCS
CONST_EBCDIC_PRESENTATION_SBCS_VALUEpublic static final EncodingSchemeIDESidCP CONST_EBCDIC_PRESENTATION_DBCS
CONST_EBCDIC_PRESENTATION_DBCS_VALUEpublic static final EncodingSchemeIDESidCP CONST_UTF16
CONST_UTF16_VALUEpublic static final EncodingSchemeIDESidCP CONST_UNICODEBIGENDIAN
CONST_UNICODEBIGENDIAN_VALUEpublic static final int CONST_NOT_SPECIFIED_VALUE
If the meaning of 'Const Not Specified' literal object isn't clear, there really should be more of a description here...
CONST_NOT_SPECIFIED,
Constant Field Valuespublic static final int CONSTDEFAULT_SBC_SENCODING_VALUE
If the meaning of 'Constdefault SBC Sencoding' literal object isn't clear, there really should be more of a description here...
CONSTDEFAULT_SBC_SENCODING,
Constant Field Valuespublic static final int CONSTDEFAULT_DBC_SENCODING_VALUE
If the meaning of 'Constdefault DBC Sencoding' literal object isn't clear, there really should be more of a description here...
CONSTDEFAULT_DBC_SENCODING,
Constant Field Valuespublic static final int CONST_PC_DATA_SBCSASCI_IBASED_VALUE
If the meaning of 'Const PC Data SBCSASCI Ibased' literal object isn't clear, there really should be more of a description here...
public static final int CONST_PC_DISPLAY_SBCSASCI_IBASED_VALUE
If the meaning of 'Const PC Display SBCSASCI Ibased' literal object isn't clear, there really should be more of a description here...
public static final int CONST_EBCDIC_PRESENTATION_SBCS_VALUE
If the meaning of 'Const EBCDIC Presentation SBCS' literal object isn't clear, there really should be more of a description here...
public static final int CONST_EBCDIC_PRESENTATION_DBCS_VALUE
If the meaning of 'Const EBCDIC Presentation DBCS' literal object isn't clear, there really should be more of a description here...
public static final int CONST_UTF16_VALUE
If the meaning of 'Const UTF16' literal object isn't clear, there really should be more of a description here...
CONST_UTF16,
Constant Field Valuespublic static final int CONST_UNICODEBIGENDIAN_VALUE
If the meaning of 'Const Unicodebigendian' literal object isn't clear, there really should be more of a description here...
CONST_UNICODEBIGENDIAN,
Constant Field Valuespublic static final List<EncodingSchemeIDESidCP> VALUES
public static EncodingSchemeIDESidCP[] values()
for (EncodingSchemeIDESidCP c : EncodingSchemeIDESidCP.values()) System.out.println(c);
public static EncodingSchemeIDESidCP 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 EncodingSchemeIDESidCP get(String literal)
literal - the literal.null.public static EncodingSchemeIDESidCP getByName(String name)
name - the name.null.public static EncodingSchemeIDESidCP 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<EncodingSchemeIDESidCP>Copyright © 2017. All rights reserved.