org.ofbiz.minilang.method.entityops
Class RemoveValue.RemoveValueFactory

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

public static final class RemoveValue.RemoveValueFactory
extends java.lang.Object
implements MethodOperation.Factory<RemoveValue>


Constructor Summary
RemoveValue.RemoveValueFactory()
           
 
Method Summary
 RemoveValue 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

RemoveValue.RemoveValueFactory

public RemoveValue.RemoveValueFactory()
Method Detail

createMethodOperation

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

getName

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