Uses of Interface
org.eclipse.emf.ecore.xcore.XOperation

Packages that use XOperation
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.mappings   
org.eclipse.emf.ecore.xcore.typing   
org.eclipse.emf.ecore.xcore.util   
 

Uses of XOperation in org.eclipse.emf.ecore.xcore
 

Methods in org.eclipse.emf.ecore.xcore that return XOperation
 XOperation XcoreFactory.createXOperation()
          Returns a new object of class 'XOperation'
 XOperation XParameter.getOperation()
          Returns the value of the 'Operation' container reference.
 

Uses of XOperation in org.eclipse.emf.ecore.xcore.impl
 

Classes in org.eclipse.emf.ecore.xcore.impl that implement XOperation
 class XOperationImpl
          An implementation of the model object 'XOperation'
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XOperation
 XOperation XcoreFactoryImpl.createXOperation()
           
 XOperation XParameterImpl.getOperation()
           
 

Uses of XOperation in org.eclipse.emf.ecore.xcore.mappings
 

Methods in org.eclipse.emf.ecore.xcore.mappings that return XOperation
 XOperation XcoreMapper.getXOperation(EObject eObject)
           
 

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type XOperation
 XOperationMapping XcoreMapper.getMapping(XOperation xOperation)
           
 

Uses of XOperation in org.eclipse.emf.ecore.xcore.typing
 

Methods in org.eclipse.emf.ecore.xcore.typing with parameters of type XOperation
protected  org.eclipse.xtext.common.types.JvmTypeReference XcoreTypeProvider._expectedType(XOperation expr, EReference reference, int index, boolean rawType)
           
 

Uses of XOperation in org.eclipse.emf.ecore.xcore.util
 

Methods in org.eclipse.emf.ecore.xcore.util with parameters of type XOperation
 T XcoreSwitch.caseXOperation(XOperation object)
          Returns the result of interpreting the object as an instance of 'XOperation'
 


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