Package org.enterprisedomain.classmaker
Class ReflectiveInvocationDelegateFactory
java.lang.Object
org.enterprisedomain.classmaker.ReflectiveInvocationDelegateFactory
- All Implemented Interfaces:
org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory
public class ReflectiveInvocationDelegateFactory
extends Object
implements org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory
org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Descriptor, org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate
createInvocationDelegate
(org.eclipse.emf.ecore.EOperation operation)
-
Constructor Details
-
ReflectiveInvocationDelegateFactory
public ReflectiveInvocationDelegateFactory()
-
-
Method Details
-
createInvocationDelegate
public org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate createInvocationDelegate(org.eclipse.emf.ecore.EOperation operation) - Specified by:
createInvocationDelegate
in interfaceorg.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory
-