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

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

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

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

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

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

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

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

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

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenParameter
 boolean GenParameterImpl.reconcile(GenParameter oldGenParameterVersion)
           
protected  void GenParameterImpl.reconcileSettings(GenParameter oldGenParameterVersion)
           
 

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

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


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