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