Class CloneValue.CloneValueFactory
- java.lang.Object
-
- org.apache.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
Constructors Constructor Description CloneValueFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloneValue
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public CloneValue createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<CloneValue>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<CloneValue>
-
-