public enum ObjectFunctionSetSpecificationObjType extends Enum<ObjectFunctionSetSpecificationObjType> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_BAR_CODE
The 'Const Bar Code' literal object
|
CONST_GRAPHICS
The 'Const Graphics' literal object
|
CONST_IMAGE
The 'Const Image' literal object
|
CONST_PRESENTATION_TEXT
The 'Const Presentation Text' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BAR_CODE_VALUE
The 'Const Bar Code' literal value
|
static int |
CONST_GRAPHICS_VALUE
The 'Const Graphics' literal value
|
static int |
CONST_IMAGE_VALUE
The 'Const Image' literal value
|
static int |
CONST_PRESENTATION_TEXT_VALUE
The 'Const Presentation Text' literal value
|
static List<ObjectFunctionSetSpecificationObjType> |
VALUES
A public read-only list of all the 'Object Function Set Specification Obj Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectFunctionSetSpecificationObjType |
get(int value)
Returns the 'Object Function Set Specification Obj Type' literal with the specified integer value
|
static ObjectFunctionSetSpecificationObjType |
get(String literal)
Returns the 'Object Function Set Specification Obj Type' literal with the specified literal value
|
static ObjectFunctionSetSpecificationObjType |
getByName(String name)
Returns the 'Object Function Set Specification 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 ObjectFunctionSetSpecificationObjType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectFunctionSetSpecificationObjType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectFunctionSetSpecificationObjType CONST_PRESENTATION_TEXT
CONST_PRESENTATION_TEXT_VALUEpublic static final ObjectFunctionSetSpecificationObjType CONST_GRAPHICS
CONST_GRAPHICS_VALUEpublic static final ObjectFunctionSetSpecificationObjType CONST_BAR_CODE
CONST_BAR_CODE_VALUEpublic static final ObjectFunctionSetSpecificationObjType CONST_IMAGE
CONST_IMAGE_VALUEpublic static final int CONST_PRESENTATION_TEXT_VALUE
If the meaning of 'Const Presentation Text' literal object isn't clear, there really should be more of a description here...
CONST_PRESENTATION_TEXT,
Constant Field Valuespublic static final int CONST_GRAPHICS_VALUE
If the meaning of 'Const Graphics' literal object isn't clear, there really should be more of a description here...
CONST_GRAPHICS,
Constant Field Valuespublic static final int CONST_BAR_CODE_VALUE
If the meaning of 'Const Bar Code' literal object isn't clear, there really should be more of a description here...
CONST_BAR_CODE,
Constant Field Valuespublic static final int CONST_IMAGE_VALUE
If the meaning of 'Const Image' literal object isn't clear, there really should be more of a description here...
CONST_IMAGE,
Constant Field Valuespublic static final List<ObjectFunctionSetSpecificationObjType> VALUES
public static ObjectFunctionSetSpecificationObjType[] values()
for (ObjectFunctionSetSpecificationObjType c : ObjectFunctionSetSpecificationObjType.values()) System.out.println(c);
public static ObjectFunctionSetSpecificationObjType 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 ObjectFunctionSetSpecificationObjType get(String literal)
literal - the literal.null.public static ObjectFunctionSetSpecificationObjType getByName(String name)
name - the name.null.public static ObjectFunctionSetSpecificationObjType 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<ObjectFunctionSetSpecificationObjType>Copyright © 2017. All rights reserved.