Uses of Interface
org.eclipse.emf.codegen.ecore.genmodel.GenTypeParameter

Packages that use GenTypeParameter
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
 

Uses of GenTypeParameter in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenTypeParameter
 GenTypeParameter GenModelFactory.createGenTypeParameter()
          Returns a new object of class 'Gen Type Parameter'
 GenTypeParameter GenModel.createGenTypeParameter()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return types with arguments of type GenTypeParameter
 EList<GenTypeParameter> GenClassifier.getGenTypeParameters()
          Returns the value of the 'Gen Type Parameters' containment reference list.
 EList<GenTypeParameter> GenOperation.getGenTypeParameters()
          Returns the value of the 'Gen Type Parameters' containment reference list.
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenTypeParameter
 boolean GenTypeParameter.reconcile(GenTypeParameter oldGenTypeParameterVersion)
           
 

Uses of GenTypeParameter in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenTypeParameter
 class GenTypeParameterImpl
          An implementation of the model object 'Gen Type Parameter'
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl with type parameters of type GenTypeParameter
protected  EList<GenTypeParameter> GenOperationImpl.genTypeParameters
          The cached value of the 'Gen Type Parameters' containment reference list
protected  EList<GenTypeParameter> GenClassifierImpl.genTypeParameters
          The cached value of the 'Gen Type Parameters' containment reference list
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenTypeParameter
 GenTypeParameter GenModelImpl.createGenTypeParameter()
           
 GenTypeParameter GenModelFactoryImpl.createGenTypeParameter()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return types with arguments of type GenTypeParameter
 EList<GenTypeParameter> GenOperationImpl.getGenTypeParameters()
           
 EList<GenTypeParameter> GenClassifierImpl.getGenTypeParameters()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenTypeParameter
 boolean GenTypeParameterImpl.reconcile(GenTypeParameter oldGenTypeParameterVersion)
           
protected  void GenTypeParameterImpl.reconcileSettings(GenTypeParameter oldGenTypeParameterVersion)
           
 

Uses of GenTypeParameter in org.eclipse.emf.codegen.ecore.genmodel.util
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenTypeParameter
 T GenModelSwitch.caseGenTypeParameter(GenTypeParameter object)
          Returns the result of interpreting the object as an instance of 'Gen Type Parameter'
 boolean GenModelValidator.validateGenTypeParameter(GenTypeParameter genTypeParameter, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.