Class Loop.LoopFactory
- java.lang.Object
-
- org.apache.ofbiz.minilang.method.envops.Loop.LoopFactory
-
- All Implemented Interfaces:
MethodOperation.Factory<Loop>
- Enclosing class:
- Loop
public static final class Loop.LoopFactory extends java.lang.Object implements MethodOperation.Factory<Loop>
A factory for the <loop> element.
-
-
Constructor Summary
Constructors Constructor Description LoopFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Loop
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public Loop createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<Loop>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<Loop>
-
-