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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate
    createInvocationDelegate(org.eclipse.emf.ecore.EOperation operation)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory