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

Packages that use EOperation
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   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.impl   
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel that return EOperation
 EOperation GenOperation.getEcoreOperation()
          Returns the value of the 'Ecore Operation' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type EOperation
 void GenOperation.setEcoreOperation(EOperation value)
          Sets the value of the 'Ecore Operation' reference
 void GenOperation.initialize(EOperation eOperation)
           
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as EOperation
protected  EOperation GenOperationImpl.ecoreOperation
          The cached value of the 'Ecore Operation' reference
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EOperation
 EOperation GenOperationImpl.getEcoreOperation()
           
 EOperation GenOperationImpl.basicGetEcoreOperation()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type EOperation
 void GenOperationImpl.setEcoreOperation(EOperation newEcoreOperation)
           
 void GenOperationImpl.initialize(EOperation eOperation)
           
protected  GenOperation GenBaseImpl.findGenOperation(EOperation eOperation)
           
 

Uses of EOperation in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EOperation
 EOperation EcoreFactory.createEOperation()
          Returns a new object of class 'EOperation'
 EOperation EParameter.getEOperation()
          Returns the value of the 'EOperation' container reference.
 

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

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

Methods in org.eclipse.emf.ecore.impl that return EOperation
 EOperation EcoreFactoryImpl.createEOperation()
           
 EOperation EParameterImpl.getEOperation()
           
protected  EOperation EPackageImpl.addEOperation(EClass owner, EClassifier type, String name)
           
protected  EOperation EPackageImpl.addEOperation(EClass owner, EClassifier type, String name, int lowerBound, int UpperBound)
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type EOperation
protected  void EPackageImpl.addEParameter(EOperation owner, EClassifier type, String name)
           
protected  void EPackageImpl.addEParameter(EOperation owner, EClassifier type, String name, int lowerBound, int UpperBound)
           
protected  void EPackageImpl.addEException(EOperation owner, EClassifier exception)
           
 

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

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

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

Methods in org.eclipse.emf.importer.rose.builder with parameters of type EOperation
protected  void RoseEcoreBuilder.setResultType(RoseNode roseNode, EOperation eOperation)
           
protected  void RoseEcoreBuilder.setEOperationProperties(RoseNode roseNode, EOperation eOperation)
           
 

Uses of EOperation in org.eclipse.emf.mapping
 

Methods in org.eclipse.emf.mapping that return EOperation
 EOperation FunctionPair.getIn2out()
          Returns the value of the 'In2out' reference
 EOperation FunctionPair.getOut2in()
          Returns the value of the 'Out2in' reference
 

Methods in org.eclipse.emf.mapping with parameters of type EOperation
 void FunctionPair.setIn2out(EOperation value)
          Sets the value of the 'In2out' reference
 void FunctionPair.setOut2in(EOperation value)
          Sets the value of the 'Out2in' reference
 

Uses of EOperation in org.eclipse.emf.mapping.impl
 

Fields in org.eclipse.emf.mapping.impl declared as EOperation
protected  EOperation FunctionPairImpl.in2out
          The cached value of the 'In2out' reference
protected  EOperation FunctionPairImpl.out2in
          The cached value of the 'Out2in' reference
 

Methods in org.eclipse.emf.mapping.impl that return EOperation
 EOperation FunctionPairImpl.getIn2out()
           
 EOperation FunctionPairImpl.basicGetIn2out()
           
 EOperation FunctionPairImpl.getOut2in()
           
 EOperation FunctionPairImpl.basicGetOut2in()
           
 

Methods in org.eclipse.emf.mapping.impl with parameters of type EOperation
 void FunctionPairImpl.setIn2out(EOperation newIn2out)
           
 void FunctionPairImpl.setOut2in(EOperation newOut2in)
           
 


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