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 java.lang.Object implements MethodOperation.Factory<Return>
A factory for the <return> element.
-
-
Constructor Summary
Constructors Constructor Description ReturnFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Return
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public Return createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<Return>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<Return>
-
-