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