org.ofbiz.minilang.method.envops
Class Iterate.IterateFactory

java.lang.Object
  extended by org.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>


Constructor Summary
Iterate.IterateFactory()
           
 
Method Summary
 Iterate createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iterate.IterateFactory

public Iterate.IterateFactory()
Method Detail

createMethodOperation

public Iterate createMethodOperation(org.w3c.dom.Element element,
                                     SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<Iterate>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<Iterate>