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
Constructors Constructor Description SetOperationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetOperation
createMethodOperation(Element element, SimpleMethod simpleMethod)
String
getName()
-
-
-
Method Detail
-
createMethodOperation
public SetOperation createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<SetOperation>
- Throws:
MiniLangException
-
getName
public String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<SetOperation>
-
-