|
|||||||||||
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.uml2.codegen.ecore.genmodel.GenCacheAdapterScope
A representation of the literals of the enumeration 'Gen Cache Adapter Scope', and utility methods for working with them.
GenModelPackage.getGenCacheAdapterScope()
Field Summary | |
static String |
copyright
|
static int |
GLOBAL
The 'Global' literal value |
static GenCacheAdapterScope |
GLOBAL_LITERAL
The 'Global' literal object |
static int |
NONE
The 'None' literal value |
static GenCacheAdapterScope |
NONE_LITERAL
The 'None' literal object |
static int |
RESOURCE
The 'Resource' literal value |
static GenCacheAdapterScope |
RESOURCE_LITERAL
The 'Resource' literal object |
static List |
VALUES
A public read-only list of all the 'Gen Cache Adapter Scope' enumerators |
Method Summary | |
static GenCacheAdapterScope |
get(int value)
Returns the 'Gen Cache Adapter Scope' literal with the specified integer value |
static GenCacheAdapterScope |
get(String literal)
Returns the 'Gen Cache Adapter Scope' literal with the specified literal value |
static GenCacheAdapterScope |
getByName(String name)
Returns the 'Gen Cache Adapter Scope' 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 String copyright
public static final int NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
GenCacheAdapterScope.NONE_LITERAL
,
Constant Field Valuespublic static final int GLOBAL
If the meaning of 'Global' literal object isn't clear, there really should be more of a description here...
GenCacheAdapterScope.GLOBAL_LITERAL
,
Constant Field Valuespublic static final int RESOURCE
If the meaning of 'Resource' literal object isn't clear, there really should be more of a description here...
GenCacheAdapterScope.RESOURCE_LITERAL
,
Constant Field Valuespublic static final GenCacheAdapterScope NONE_LITERAL
GenCacheAdapterScope.NONE
public static final GenCacheAdapterScope GLOBAL_LITERAL
GenCacheAdapterScope.GLOBAL
public static final GenCacheAdapterScope RESOURCE_LITERAL
GenCacheAdapterScope.RESOURCE
public static final List VALUES
Method Detail |
public static GenCacheAdapterScope get(String literal)
public static GenCacheAdapterScope getByName(String name)
public static GenCacheAdapterScope get(int value)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |