org.ofbiz.minilang.method.entityops
Class RemoveRelated.RemoveRelatedFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.entityops.RemoveRelated.RemoveRelatedFactory
All Implemented Interfaces:
MethodOperation.Factory<RemoveRelated>
Enclosing class:
RemoveRelated

public static final class RemoveRelated.RemoveRelatedFactory
extends java.lang.Object
implements MethodOperation.Factory<RemoveRelated>


Constructor Summary
RemoveRelated.RemoveRelatedFactory()
           
 
Method Summary
 RemoveRelated createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveRelated.RemoveRelatedFactory

public RemoveRelated.RemoveRelatedFactory()
Method Detail

createMethodOperation

public RemoveRelated createMethodOperation(org.w3c.dom.Element element,
                                           SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<RemoveRelated>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<RemoveRelated>