|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
A representation of the literals of the enumeration 'Gen Resource Kind', and utility methods for working with them.
GenModelPackage.getGenResourceKind()
Field Summary | |
static int |
BASIC
The 'Basic' literal value |
static GenResourceKind |
BASIC_LITERAL
The 'Basic' literal object |
static int |
NONE
The 'None' literal value |
static GenResourceKind |
NONE_LITERAL
The 'None' literal object |
static List |
VALUES
A public read-only list of all the 'Gen Resource Kind' enumerators |
static int |
XMI
The 'XMI' literal value |
static GenResourceKind |
XMI_LITERAL
The 'XMI' literal object |
static int |
XML
The 'XML' literal value |
static GenResourceKind |
XML_LITERAL
The 'XML' literal object |
Method Summary | |
static GenResourceKind |
get(int value)
Returns the 'Gen Resource Kind' literal with the specified integer value |
static GenResourceKind |
get(String literal)
Returns the 'Gen Resource Kind' literal with the specified literal value |
static GenResourceKind |
getByName(String name)
Returns the 'Gen Resource Kind' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NONE
NONE_LITERAL
,
Constant Field Valuespublic static final int BASIC
BASIC_LITERAL
,
Constant Field Valuespublic static final int XMI
XMI_LITERAL
,
Constant Field Valuespublic static final int XML
XML_LITERAL
,
Constant Field Valuespublic static final GenResourceKind NONE_LITERAL
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE
public static final GenResourceKind BASIC_LITERAL
If the meaning of 'Basic' literal object isn't clear, there really should be more of a description here...
BASIC
public static final GenResourceKind XMI_LITERAL
If the meaning of 'XMI' literal object isn't clear, there really should be more of a description here...
XMI
public static final GenResourceKind XML_LITERAL
If the meaning of 'XML' literal object isn't clear, there really should be more of a description here...
XML
public static final List VALUES
Method Detail |
public static GenResourceKind get(String literal)
public static GenResourceKind getByName(String name)
public static GenResourceKind get(int value)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |