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

Packages that use GenCacheAdapterScope
org.eclipse.uml2.codegen.ecore.genmodel   
org.eclipse.uml2.codegen.ecore.genmodel.util   
 

Uses of GenCacheAdapterScope in org.eclipse.uml2.codegen.ecore.genmodel
 

Fields in org.eclipse.uml2.codegen.ecore.genmodel with type parameters of type GenCacheAdapterScope
static java.util.List<GenCacheAdapterScope> GenCacheAdapterScope.VALUES
          A public read-only list of all the 'Gen Cache Adapter Scope' enumerators
 

Methods in org.eclipse.uml2.codegen.ecore.genmodel that return GenCacheAdapterScope
static GenCacheAdapterScope GenCacheAdapterScope.get(int value)
          Returns the 'Gen Cache Adapter Scope' literal with the specified integer value
static GenCacheAdapterScope GenCacheAdapterScope.get(java.lang.String literal)
          Returns the 'Gen Cache Adapter Scope' literal with the specified literal value
static GenCacheAdapterScope GenCacheAdapterScope.getByName(java.lang.String name)
          Returns the 'Gen Cache Adapter Scope' literal with the specified name
 GenCacheAdapterScope GenOperation.getCacheAdapterScope()
          Returns the value of the 'Cache Adapter Scope' attribute.
static GenCacheAdapterScope GenCacheAdapterScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenCacheAdapterScope[] GenCacheAdapterScope.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.uml2.codegen.ecore.genmodel with parameters of type GenCacheAdapterScope
 void GenOperation.setCacheAdapterScope(GenCacheAdapterScope value)
          Sets the value of the 'Cache Adapter Scope' attribute
 

Uses of GenCacheAdapterScope in org.eclipse.uml2.codegen.ecore.genmodel.util
 

Methods in org.eclipse.uml2.codegen.ecore.genmodel.util that return GenCacheAdapterScope
static GenCacheAdapterScope UML2GenModelUtil.getCacheAdapterScope(org.eclipse.emf.codegen.ecore.genmodel.GenOperation genOperation)
           
 


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