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 java.lang.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(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public SetOperation createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<SetOperation>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<SetOperation>
-
-