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