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>

A factory for the <clone-value> element.


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)
                                 throws MiniLangException
Specified by:
createMethodOperation in interface MethodOperation.Factory<CloneValue>
Throws:
MiniLangException

getName

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