org.ofbiz.minilang.method.envops
Class SetOperation.SetOperationFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.envops.SetOperation.SetOperationFactory
All Implemented Interfaces:
MethodOperation.Factory<SetOperation>
Enclosing class:
SetOperation

public static final class SetOperation.SetOperationFactory
extends java.lang.Object
implements MethodOperation.Factory<SetOperation>


Constructor Summary
SetOperation.SetOperationFactory()
           
 
Method Summary
 SetOperation 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

SetOperation.SetOperationFactory

public SetOperation.SetOperationFactory()
Method Detail

createMethodOperation

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

getName

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