Class StoreValue.StoreValueFactory
java.lang.Object
org.apache.ofbiz.minilang.method.entityops.StoreValue.StoreValueFactory
- All Implemented Interfaces:
MethodOperation.Factory<StoreValue>
- Enclosing class:
- StoreValue
public static final class StoreValue.StoreValueFactory
extends Object
implements MethodOperation.Factory<StoreValue>
A factory for the <store-value> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
StoreValueFactory
public StoreValueFactory()
-
-
Method Details
-
createMethodOperation
public StoreValue createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<StoreValue>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<StoreValue>
-