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 declared as GenCacheAdapterScope
static GenCacheAdapterScope GenCacheAdapterScope.NONE_LITERAL
          The 'None' literal object
static GenCacheAdapterScope GenCacheAdapterScope.GLOBAL_LITERAL
          The 'Global' literal object
static GenCacheAdapterScope GenCacheAdapterScope.RESOURCE_LITERAL
          The 'Resource' literal object
 

Methods in org.eclipse.uml2.codegen.ecore.genmodel that return GenCacheAdapterScope
 GenCacheAdapterScope GenOperation.getCacheAdapterScope()
          Returns the value of the 'Cache Adapter Scope' attribute.
static GenCacheAdapterScope GenCacheAdapterScope.get(String literal)
          Returns the 'Gen Cache Adapter Scope' literal with the specified literal value
static GenCacheAdapterScope GenCacheAdapterScope.getByName(String name)
          Returns the 'Gen Cache Adapter Scope' literal with the specified name
static GenCacheAdapterScope GenCacheAdapterScope.get(int value)
          Returns the 'Gen Cache Adapter Scope' literal with the specified integer value
 

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(GenOperation genOperation)
           
 


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