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 Object
implements MethodOperation.Factory<CloneValue>
A factory for the <clone-value> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
CloneValueFactory
public CloneValueFactory()
-
-
Method Details
-
createMethodOperation
public CloneValue createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<CloneValue>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<CloneValue>
-