org.ofbiz.minilang.method.envops
Class IterateMap.IterateMapFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.envops.IterateMap.IterateMapFactory
All Implemented Interfaces:
MethodOperation.Factory<IterateMap>
Enclosing class:
IterateMap

public static final class IterateMap.IterateMapFactory
extends java.lang.Object
implements MethodOperation.Factory<IterateMap>


Constructor Summary
IterateMap.IterateMapFactory()
           
 
Method Summary
 IterateMap 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

IterateMap.IterateMapFactory

public IterateMap.IterateMapFactory()
Method Detail

createMethodOperation

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

getName

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