public enum ResourceObjectTypeObjType extends Enum<ResourceObjectTypeObjType> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_BCOCA
The 'Const BCOCA' literal object
|
CONST_CODE_PAGE
The 'Const Code Page' literal object
|
CONST_CODED_FONT
The 'Const Coded Font' literal object
|
CONST_DOCUMENT
The 'Const Document' literal object
|
CONST_FONT_CHARACTER_SET
The 'Const Font Character Set' literal object
|
CONST_FORM_MAP
The 'Const Form Map' literal object
|
CONST_GOCA
The 'Const GOCA' literal object
|
CONST_IOCA
The 'Const IOCA' literal object
|
CONST_OBJECT_CONTAINER
The 'Const Object Container' literal object
|
CONST_OVERLAY
The 'Const Overlay' literal object
|
CONST_PAGE_SEGMENT
The 'Const Page Segment' literal object
|
CONST_PAGEDEF
The 'Const Pagedef' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BCOCA_VALUE
The 'Const BCOCA' literal value
|
static int |
CONST_CODE_PAGE_VALUE
The 'Const Code Page' literal value
|
static int |
CONST_CODED_FONT_VALUE
The 'Const Coded Font' literal value
|
static int |
CONST_DOCUMENT_VALUE
The 'Const Document' literal value
|
static int |
CONST_FONT_CHARACTER_SET_VALUE
The 'Const Font Character Set' literal value
|
static int |
CONST_FORM_MAP_VALUE
The 'Const Form Map' literal value
|
static int |
CONST_GOCA_VALUE
The 'Const GOCA' literal value
|
static int |
CONST_IOCA_VALUE
The 'Const IOCA' literal value
|
static int |
CONST_OBJECT_CONTAINER_VALUE
The 'Const Object Container' literal value
|
static int |
CONST_OVERLAY_VALUE
The 'Const Overlay' literal value
|
static int |
CONST_PAGE_SEGMENT_VALUE
The 'Const Page Segment' literal value
|
static int |
CONST_PAGEDEF_VALUE
The 'Const Pagedef' literal value
|
static List<ResourceObjectTypeObjType> |
VALUES
A public read-only list of all the 'Resource Object Type Obj Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceObjectTypeObjType |
get(int value)
Returns the 'Resource Object Type Obj Type' literal with the specified integer value
|
static ResourceObjectTypeObjType |
get(String literal)
Returns the 'Resource Object Type Obj Type' literal with the specified literal value
|
static ResourceObjectTypeObjType |
getByName(String name)
Returns the 'Resource Object Type 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 ResourceObjectTypeObjType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceObjectTypeObjType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceObjectTypeObjType CONST_GOCA
CONST_GOCA_VALUEpublic static final ResourceObjectTypeObjType CONST_BCOCA
CONST_BCOCA_VALUEpublic static final ResourceObjectTypeObjType CONST_IOCA
CONST_IOCA_VALUEpublic static final ResourceObjectTypeObjType CONST_FONT_CHARACTER_SET
CONST_FONT_CHARACTER_SET_VALUEpublic static final ResourceObjectTypeObjType CONST_CODE_PAGE
CONST_CODE_PAGE_VALUEpublic static final ResourceObjectTypeObjType CONST_CODED_FONT
CONST_CODED_FONT_VALUEpublic static final ResourceObjectTypeObjType CONST_OBJECT_CONTAINER
CONST_OBJECT_CONTAINER_VALUEpublic static final ResourceObjectTypeObjType CONST_DOCUMENT
CONST_DOCUMENT_VALUEpublic static final ResourceObjectTypeObjType CONST_PAGE_SEGMENT
CONST_PAGE_SEGMENT_VALUEpublic static final ResourceObjectTypeObjType CONST_OVERLAY
CONST_OVERLAY_VALUEpublic static final ResourceObjectTypeObjType CONST_PAGEDEF
CONST_PAGEDEF_VALUEpublic static final ResourceObjectTypeObjType CONST_FORM_MAP
CONST_FORM_MAP_VALUEpublic static final int CONST_GOCA_VALUE
If the meaning of 'Const GOCA' literal object isn't clear, there really should be more of a description here...
CONST_GOCA,
Constant Field Valuespublic static final int CONST_BCOCA_VALUE
If the meaning of 'Const BCOCA' literal object isn't clear, there really should be more of a description here...
CONST_BCOCA,
Constant Field Valuespublic static final int CONST_IOCA_VALUE
If the meaning of 'Const IOCA' literal object isn't clear, there really should be more of a description here...
CONST_IOCA,
Constant Field Valuespublic static final int CONST_FONT_CHARACTER_SET_VALUE
If the meaning of 'Const Font Character Set' literal object isn't clear, there really should be more of a description here...
CONST_FONT_CHARACTER_SET,
Constant Field Valuespublic static final int CONST_CODE_PAGE_VALUE
If the meaning of 'Const Code Page' literal object isn't clear, there really should be more of a description here...
CONST_CODE_PAGE,
Constant Field Valuespublic static final int CONST_CODED_FONT_VALUE
If the meaning of 'Const Coded Font' literal object isn't clear, there really should be more of a description here...
CONST_CODED_FONT,
Constant Field Valuespublic static final int CONST_OBJECT_CONTAINER_VALUE
If the meaning of 'Const Object Container' literal object isn't clear, there really should be more of a description here...
CONST_OBJECT_CONTAINER,
Constant Field Valuespublic 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_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_OVERLAY_VALUE
If the meaning of 'Const Overlay' literal object isn't clear, there really should be more of a description here...
CONST_OVERLAY,
Constant Field Valuespublic static final int CONST_PAGEDEF_VALUE
If the meaning of 'Const Pagedef' literal object isn't clear, there really should be more of a description here...
CONST_PAGEDEF,
Constant Field Valuespublic static final int CONST_FORM_MAP_VALUE
If the meaning of 'Const Form Map' literal object isn't clear, there really should be more of a description here...
CONST_FORM_MAP,
Constant Field Valuespublic static final List<ResourceObjectTypeObjType> VALUES
public static ResourceObjectTypeObjType[] values()
for (ResourceObjectTypeObjType c : ResourceObjectTypeObjType.values()) System.out.println(c);
public static ResourceObjectTypeObjType 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 ResourceObjectTypeObjType get(String literal)
literal - the literal.null.public static ResourceObjectTypeObjType getByName(String name)
name - the name.null.public static ResourceObjectTypeObjType 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<ResourceObjectTypeObjType>Copyright © 2017. All rights reserved.