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