|
|||||||||||
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.GenDelegationKind
A representation of the literals of the enumeration 'Gen Delegation Kind', and utility methods for working with them.
GenModelPackage.getGenDelegationKind()
Field Summary | |
static int |
NONE
The 'None' literal value |
static GenDelegationKind |
NONE_LITERAL
The 'None' literal object |
static int |
REFLECTIVE
The 'Reflective' literal value |
static GenDelegationKind |
REFLECTIVE_LITERAL
The 'Reflective' literal object |
static List |
VALUES
A public read-only list of all the 'Gen Delegation Kind' enumerators |
static int |
VIRTUAL
The 'Virtual' literal value |
static GenDelegationKind |
VIRTUAL_LITERAL
The 'Virtual' literal object |
Method Summary | |
static GenDelegationKind |
get(int value)
Returns the 'Gen Delegation Kind' literal with the specified integer value |
static GenDelegationKind |
get(String literal)
Returns the 'Gen Delegation Kind' literal with the specified literal value |
static GenDelegationKind |
getByName(String name)
Returns the 'Gen Delegation 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
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final int REFLECTIVE
If the meaning of 'Reflective' literal object isn't clear, there really should be more of a description here...
REFLECTIVE_LITERAL
,
Constant Field Valuespublic static final int VIRTUAL
If the meaning of 'Virtual' literal object isn't clear, there really should be more of a description here...
VIRTUAL_LITERAL
,
Constant Field Valuespublic static final GenDelegationKind NONE_LITERAL
NONE
public static final GenDelegationKind REFLECTIVE_LITERAL
REFLECTIVE
public static final GenDelegationKind VIRTUAL_LITERAL
VIRTUAL
public static final List VALUES
Method Detail |
public static GenDelegationKind get(String literal)
public static GenDelegationKind getByName(String name)
public static GenDelegationKind 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 |