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