org.ofbiz.minilang.method.conditional
Class While.WhileFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.conditional.While.WhileFactory
All Implemented Interfaces:
MethodOperation.Factory<While>
Enclosing class:
While

public static final class While.WhileFactory
extends java.lang.Object
implements MethodOperation.Factory<While>


Constructor Summary
While.WhileFactory()
           
 
Method Summary
 While 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

While.WhileFactory

public While.WhileFactory()
Method Detail

createMethodOperation

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

getName

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