public enum ObjectOffsetObjTpe extends Enum<ObjectOffsetObjTpe> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getObjectOffsetObjTpe()| Enum Constant and Description |
|---|
CONST_DOCUMENT
The 'Const Document' literal object
|
CONST_PAGEORPAGINATEDOBJECT
The 'Const Pageorpaginatedobject' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DOCUMENT_VALUE
The 'Const Document' literal value
|
static int |
CONST_PAGEORPAGINATEDOBJECT_VALUE
The 'Const Pageorpaginatedobject' literal value
|
static List<ObjectOffsetObjTpe> |
VALUES
A public read-only list of all the 'Object Offset Obj Tpe' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectOffsetObjTpe |
get(int value)
Returns the 'Object Offset Obj Tpe' literal with the specified integer value
|
static ObjectOffsetObjTpe |
get(String literal)
Returns the 'Object Offset Obj Tpe' literal with the specified literal value
|
static ObjectOffsetObjTpe |
getByName(String name)
Returns the 'Object Offset Obj Tpe' 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 ObjectOffsetObjTpe |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectOffsetObjTpe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectOffsetObjTpe CONST_DOCUMENT
CONST_DOCUMENT_VALUEpublic static final ObjectOffsetObjTpe CONST_PAGEORPAGINATEDOBJECT
CONST_PAGEORPAGINATEDOBJECT_VALUEpublic static final int CONST_DOCUMENT_VALUE
If the meaning of 'Const Document' literal object isn't clear, there really should be more of a description here...
CONST_DOCUMENT,
Constant Field Valuespublic static final int CONST_PAGEORPAGINATEDOBJECT_VALUE
If the meaning of 'Const Pageorpaginatedobject' literal object isn't clear, there really should be more of a description here...
CONST_PAGEORPAGINATEDOBJECT,
Constant Field Valuespublic static final List<ObjectOffsetObjTpe> VALUES
public static ObjectOffsetObjTpe[] values()
for (ObjectOffsetObjTpe c : ObjectOffsetObjTpe.values()) System.out.println(c);
public static ObjectOffsetObjTpe 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 ObjectOffsetObjTpe get(String literal)
literal - the literal.null.public static ObjectOffsetObjTpe getByName(String name)
name - the name.null.public static ObjectOffsetObjTpe 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<ObjectOffsetObjTpe>Copyright © 2017. All rights reserved.