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.initialize(EParameter eParameter)
           
 void GenParameter.setEcoreParameter(EParameter value)
          Sets the value of the 'Ecore Parameter' reference
 

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.basicGetEcoreParameter()
           
 EParameter GenParameterImpl.getEcoreParameter()
           
 

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

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'
 

Methods in org.eclipse.emf.ecore that return types with arguments of type EParameter
 EList<EParameter> EOperation.getEParameters()
          Returns the value of the 'EParameters' containment reference list.
 

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'
 

Fields in org.eclipse.emf.ecore.impl with type parameters of type EParameter
protected  EList<EParameter> EOperationImpl.eParameters
          The cached value of the 'EParameters' containment reference list
 

Methods in org.eclipse.emf.ecore.impl that return EParameter
protected  EParameter EPackageImpl.addEParameter(EOperation owner, EClassifier type, java.lang.String name, int lowerBound, int upperBound, boolean isUnique, boolean isOrdered)
           
 EParameter EcoreFactoryImpl.createEParameter()
           
 

Methods in org.eclipse.emf.ecore.impl that return types with arguments of type EParameter
 EList<EParameter> EOperationImpl.getEParameters()
           
 

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

Methods in org.eclipse.emf.ecore.util with parameters of type EParameter
 T EcoreSwitch.caseEParameter(EParameter object)
          Returns the result of interpreting the object as an instance of 'EParameter'
 boolean EcoreValidator.validateEParameter(EParameter eParameter, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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.