org.ofbiz.minilang.method.entityops
Class MakeValue.MakeValueFactory

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

public static final class MakeValue.MakeValueFactory
extends java.lang.Object
implements MethodOperation.Factory<MakeValue>


Constructor Summary
MakeValue.MakeValueFactory()
           
 
Method Summary
 MakeValue 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

MakeValue.MakeValueFactory

public MakeValue.MakeValueFactory()
Method Detail

createMethodOperation

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

getName

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