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