org.ofbiz.minilang.method.entityops
Class RemoveByAnd.RemoveByAndFactory

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

public static final class RemoveByAnd.RemoveByAndFactory
extends java.lang.Object
implements MethodOperation.Factory<RemoveByAnd>


Constructor Summary
RemoveByAnd.RemoveByAndFactory()
           
 
Method Summary
 RemoveByAnd 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

RemoveByAnd.RemoveByAndFactory

public RemoveByAnd.RemoveByAndFactory()
Method Detail

createMethodOperation

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

getName

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