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

Packages that use EOperation.Internal.InvocationDelegate
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.ecore.xcore.interpreter   
 

Uses of EOperation.Internal.InvocationDelegate in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EOperation.Internal.InvocationDelegate
 EOperation.Internal.InvocationDelegate EOperation.Internal.InvocationDelegate.Factory.createInvocationDelegate(EOperation operation)
          Creates the invocation delegate for the specified operation.
 EOperation.Internal.InvocationDelegate EOperation.Internal.getInvocationDelegate()
          Obtains the delegate for this operation.
 

Methods in org.eclipse.emf.ecore with parameters of type EOperation.Internal.InvocationDelegate
 void EOperation.Internal.setInvocationDelegate(EOperation.Internal.InvocationDelegate invocationDelegate)
          Assigns a delegate to this operation.
 

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

Fields in org.eclipse.emf.ecore.impl declared as EOperation.Internal.InvocationDelegate
protected  EOperation.Internal.InvocationDelegate EOperationImpl.invocationDelegate
           
 

Methods in org.eclipse.emf.ecore.impl that return EOperation.Internal.InvocationDelegate
protected  EOperation.Internal.InvocationDelegate BasicEObjectImpl.eInvocationDelegate(EOperation eOperation)
           
 EOperation.Internal.InvocationDelegate EOperationImpl.getInvocationDelegate()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type EOperation.Internal.InvocationDelegate
 void EOperationImpl.setInvocationDelegate(EOperation.Internal.InvocationDelegate invocationDelegate)
           
 

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

Classes in org.eclipse.emf.ecore.util that implement EOperation.Internal.InvocationDelegate
 class BasicInvocationDelegate
          A basic implementation of the dynamic operation-invocation delegate API.
 

Uses of EOperation.Internal.InvocationDelegate in org.eclipse.emf.ecore.xcore.interpreter
 

Classes in org.eclipse.emf.ecore.xcore.interpreter that implement EOperation.Internal.InvocationDelegate
 class XcoreInvocationDelegate
           
 


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