org.ofbiz.minilang.method.entityops
Class CreateValue.CreateValueFactory

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

public static final class CreateValue.CreateValueFactory
extends java.lang.Object
implements MethodOperation.Factory<CreateValue>


Constructor Summary
CreateValue.CreateValueFactory()
           
 
Method Summary
 CreateValue 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

CreateValue.CreateValueFactory

public CreateValue.CreateValueFactory()
Method Detail

createMethodOperation

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

getName

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