org.ofbiz.minilang.method.envops
Class Loop.LoopFactory

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


Constructor Summary
Loop.LoopFactory()
           
 
Method Summary
 Loop 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

Loop.LoopFactory

public Loop.LoopFactory()
Method Detail

createMethodOperation

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

getName

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