public enum ImageEncodingRECID extends Enum<ImageEncodingRECID> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getImageEncodingRECID()| Enum Constant and Description |
|---|
CONST_BOTTOMTOTOP
The 'Const Bottomtotop' literal object
|
CONST_EXTERNAL
The 'Const External' literal object
|
CONST_RIDIC
The 'Const RIDIC' literal object
|
CONST_UNPADDED_RIDIC
The 'Const Unpadded RIDIC' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BOTTOMTOTOP_VALUE
The 'Const Bottomtotop' literal value
|
static int |
CONST_EXTERNAL_VALUE
The 'Const External' literal value
|
static int |
CONST_RIDIC_VALUE
The 'Const RIDIC' literal value
|
static int |
CONST_UNPADDED_RIDIC_VALUE
The 'Const Unpadded RIDIC' literal value
|
static List<ImageEncodingRECID> |
VALUES
A public read-only list of all the 'Image Encoding RECID' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ImageEncodingRECID |
get(int value)
Returns the 'Image Encoding RECID' literal with the specified integer value
|
static ImageEncodingRECID |
get(String literal)
Returns the 'Image Encoding RECID' literal with the specified literal value
|
static ImageEncodingRECID |
getByName(String name)
Returns the 'Image Encoding RECID' 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 ImageEncodingRECID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageEncodingRECID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageEncodingRECID CONST_RIDIC
CONST_RIDIC_VALUEpublic static final ImageEncodingRECID CONST_BOTTOMTOTOP
CONST_BOTTOMTOTOP_VALUEpublic static final ImageEncodingRECID CONST_UNPADDED_RIDIC
CONST_UNPADDED_RIDIC_VALUEpublic static final ImageEncodingRECID CONST_EXTERNAL
CONST_EXTERNAL_VALUEpublic static final int CONST_RIDIC_VALUE
If the meaning of 'Const RIDIC' literal object isn't clear, there really should be more of a description here...
CONST_RIDIC,
Constant Field Valuespublic static final int CONST_BOTTOMTOTOP_VALUE
If the meaning of 'Const Bottomtotop' literal object isn't clear, there really should be more of a description here...
CONST_BOTTOMTOTOP,
Constant Field Valuespublic static final int CONST_UNPADDED_RIDIC_VALUE
If the meaning of 'Const Unpadded RIDIC' literal object isn't clear, there really should be more of a description here...
CONST_UNPADDED_RIDIC,
Constant Field Valuespublic static final int CONST_EXTERNAL_VALUE
If the meaning of 'Const External' literal object isn't clear, there really should be more of a description here...
CONST_EXTERNAL,
Constant Field Valuespublic static final List<ImageEncodingRECID> VALUES
public static ImageEncodingRECID[] values()
for (ImageEncodingRECID c : ImageEncodingRECID.values()) System.out.println(c);
public static ImageEncodingRECID 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 ImageEncodingRECID get(String literal)
literal - the literal.null.public static ImageEncodingRECID getByName(String name)
name - the name.null.public static ImageEncodingRECID 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<ImageEncodingRECID>Copyright © 2017. All rights reserved.