Class MakeValue.MakeValueFactory
- java.lang.Object
-
- org.apache.ofbiz.minilang.method.entityops.MakeValue.MakeValueFactory
-
- All Implemented Interfaces:
MethodOperation.Factory<MakeValue>
- Enclosing class:
- MakeValue
public static final class MakeValue.MakeValueFactory extends java.lang.Object implements MethodOperation.Factory<MakeValue>
A factory for the <make-value> element.
-
-
Constructor Summary
Constructors Constructor Description MakeValueFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MakeValue
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public MakeValue createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<MakeValue>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<MakeValue>
-
-