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