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