Uses of Interface
org.eclipse.emf.ecore.EParameter

Packages that use EParameter
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.importer.rose.builder   
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EParameter
 EParameter GenParameter.getEcoreParameter()
          Returns the value of the 'Ecore Parameter' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type EParameter
 void GenParameter.setEcoreParameter(EParameter value)
          Sets the value of the 'Ecore Parameter' reference
 void GenParameter.initialize(EParameter eParameter)
           
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as EParameter
protected  EParameter GenParameterImpl.ecoreParameter
          The cached value of the 'Ecore Parameter' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EParameter
 EParameter GenParameterImpl.getEcoreParameter()
           
 EParameter GenParameterImpl.basicGetEcoreParameter()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type EParameter
 void GenParameterImpl.setEcoreParameter(EParameter newEcoreParameter)
           
 void GenParameterImpl.initialize(EParameter eParameter)
           
 

Uses of EParameter in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EParameter
 EParameter EcoreFactory.createEParameter()
          Returns a new object of class 'EParameter'
 

Uses of EParameter in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EParameter
 class EParameterImpl
           An implementation of the model object 'EParameter'
 

Methods in org.eclipse.emf.ecore.impl that return EParameter
 EParameter EcoreFactoryImpl.createEParameter()
           
 

Uses of EParameter in org.eclipse.emf.ecore.util
 

Methods in org.eclipse.emf.ecore.util with parameters of type EParameter
 Object EcoreSwitch.caseEParameter(EParameter object)
          Returns the result of interpretting the object as an instance of 'EParameter'
 

Uses of EParameter in org.eclipse.emf.importer.rose.builder
 

Methods in org.eclipse.emf.importer.rose.builder with parameters of type EParameter
protected  void RoseEcoreBuilder.setEParameterProperties(RoseNode roseNode, EParameter eParameter)
           
 


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