org.eclipse.uml2.codegen.ecore.genmodel
Class GenCacheAdapterScope

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.uml2.codegen.ecore.genmodel.GenCacheAdapterScope
All Implemented Interfaces:
Enumerator

public final class GenCacheAdapterScope
extends AbstractEnumerator

A representation of the literals of the enumeration 'Gen Cache Adapter Scope', and utility methods for working with them.

See Also:
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

copyright

public static final String copyright

See Also:
Constant Field Values

NONE

public static final int NONE
The 'None' literal value.

If the meaning of 'None' literal object isn't clear, there really should be more of a description here...

See Also:
GenCacheAdapterScope.NONE_LITERAL, Constant Field Values

GLOBAL

public static final int GLOBAL
The 'Global' literal value.

If the meaning of 'Global' literal object isn't clear, there really should be more of a description here...

See Also:
GenCacheAdapterScope.GLOBAL_LITERAL, Constant Field Values

RESOURCE

public static final int RESOURCE
The 'Resource' literal value.

If the meaning of 'Resource' literal object isn't clear, there really should be more of a description here...

See Also:
GenCacheAdapterScope.RESOURCE_LITERAL, Constant Field Values

NONE_LITERAL

public static final GenCacheAdapterScope NONE_LITERAL
The 'None' literal object.

See Also:
GenCacheAdapterScope.NONE

GLOBAL_LITERAL

public static final GenCacheAdapterScope GLOBAL_LITERAL
The 'Global' literal object.

See Also:
GenCacheAdapterScope.GLOBAL

RESOURCE_LITERAL

public static final GenCacheAdapterScope RESOURCE_LITERAL
The 'Resource' literal object.

See Also:
GenCacheAdapterScope.RESOURCE

VALUES

public static final List VALUES
A public read-only list of all the 'Gen Cache Adapter Scope' enumerators.

Method Detail

get

public static GenCacheAdapterScope get(String literal)
Returns the 'Gen Cache Adapter Scope' literal with the specified literal value.


getByName

public static GenCacheAdapterScope getByName(String name)
Returns the 'Gen Cache Adapter Scope' literal with the specified name.


get

public static GenCacheAdapterScope get(int value)
Returns the 'Gen Cache Adapter Scope' literal with the specified integer value.


Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.