org.ofbiz.minilang.method.entityops
Class RemoveList.RemoveListFactory

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

public static final class RemoveList.RemoveListFactory
extends java.lang.Object
implements MethodOperation.Factory<RemoveList>

A factory for the <remove-list> element.


Constructor Summary
RemoveList.RemoveListFactory()
           
 
Method Summary
 RemoveList 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

RemoveList.RemoveListFactory

public RemoveList.RemoveListFactory()
Method Detail

createMethodOperation

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

getName

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