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 java.lang.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 java.util.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 value
static GenCacheAdapterScope get(java.lang.String name)
          Returns the 'Gen Cache Adapter Scope' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
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 java.lang.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:
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:
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:
RESOURCE_LITERAL, Constant Field Values

NONE_LITERAL

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

See Also:
NONE

GLOBAL_LITERAL

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

See Also:
GLOBAL

RESOURCE_LITERAL

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

See Also:
RESOURCE

VALUES

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

Method Detail

get

public static GenCacheAdapterScope get(java.lang.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 value.


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