public enum IOBObjType extends Enum<IOBObjType> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getIOBObjType()| Enum Constant and Description |
|---|
CONST_BAR_CODE_BCOCA
The 'Const Bar Code BCOCA' literal object
|
CONST_GRAPHICS_GOCA
The 'Const Graphics GOCA' literal object
|
CONST_IMAGE_IOCA
The 'Const Image IOCA' literal object
|
CONST_OTHEROBJECTDATA
The 'Const Otherobjectdata' literal object
|
CONST_PAGE_SEGMENT
The 'Const Page Segment' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BAR_CODE_BCOCA_VALUE
The 'Const Bar Code BCOCA' literal value
|
static int |
CONST_GRAPHICS_GOCA_VALUE
The 'Const Graphics GOCA' literal value
|
static int |
CONST_IMAGE_IOCA_VALUE
The 'Const Image IOCA' literal value
|
static int |
CONST_OTHEROBJECTDATA_VALUE
The 'Const Otherobjectdata' literal value
|
static int |
CONST_PAGE_SEGMENT_VALUE
The 'Const Page Segment' literal value
|
static List<IOBObjType> |
VALUES
A public read-only list of all the 'IOB Obj Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static IOBObjType |
get(int value)
Returns the 'IOB Obj Type' literal with the specified integer value
|
static IOBObjType |
get(String literal)
Returns the 'IOB Obj Type' literal with the specified literal value
|
static IOBObjType |
getByName(String name)
Returns the 'IOB Obj Type' 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 IOBObjType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOBObjType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOBObjType CONST_PAGE_SEGMENT
CONST_PAGE_SEGMENT_VALUEpublic static final IOBObjType CONST_OTHEROBJECTDATA
CONST_OTHEROBJECTDATA_VALUEpublic static final IOBObjType CONST_GRAPHICS_GOCA
CONST_GRAPHICS_GOCA_VALUEpublic static final IOBObjType CONST_BAR_CODE_BCOCA
CONST_BAR_CODE_BCOCA_VALUEpublic static final IOBObjType CONST_IMAGE_IOCA
CONST_IMAGE_IOCA_VALUEpublic static final int CONST_PAGE_SEGMENT_VALUE
If the meaning of 'Const Page Segment' literal object isn't clear, there really should be more of a description here...
CONST_PAGE_SEGMENT,
Constant Field Valuespublic static final int CONST_OTHEROBJECTDATA_VALUE
If the meaning of 'Const Otherobjectdata' literal object isn't clear, there really should be more of a description here...
CONST_OTHEROBJECTDATA,
Constant Field Valuespublic static final int CONST_GRAPHICS_GOCA_VALUE
If the meaning of 'Const Graphics GOCA' literal object isn't clear, there really should be more of a description here...
CONST_GRAPHICS_GOCA,
Constant Field Valuespublic static final int CONST_BAR_CODE_BCOCA_VALUE
If the meaning of 'Const Bar Code BCOCA' literal object isn't clear, there really should be more of a description here...
CONST_BAR_CODE_BCOCA,
Constant Field Valuespublic static final int CONST_IMAGE_IOCA_VALUE
If the meaning of 'Const Image IOCA' literal object isn't clear, there really should be more of a description here...
CONST_IMAGE_IOCA,
Constant Field Valuespublic static final List<IOBObjType> VALUES
public static IOBObjType[] values()
for (IOBObjType c : IOBObjType.values()) System.out.println(c);
public static IOBObjType 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 IOBObjType get(String literal)
literal - the literal.null.public static IOBObjType getByName(String name)
name - the name.null.public static IOBObjType 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<IOBObjType>Copyright © 2017. All rights reserved.