org.ofbiz.minilang.method.entityops
Class CloneValue.CloneValueFactory

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

public static final class CloneValue.CloneValueFactory
extends java.lang.Object
implements MethodOperation.Factory<CloneValue>


Constructor Summary
CloneValue.CloneValueFactory()
           
 
Method Summary
 CloneValue 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

CloneValue.CloneValueFactory

public CloneValue.CloneValueFactory()
Method Detail

createMethodOperation

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

getName

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