org.ofbiz.minilang.method.envops
Class MapToMap.MapToMapFactory

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

public static final class MapToMap.MapToMapFactory
extends java.lang.Object
implements MethodOperation.Factory<MapToMap>


Constructor Summary
MapToMap.MapToMapFactory()
           
 
Method Summary
 MapToMap 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

MapToMap.MapToMapFactory

public MapToMap.MapToMapFactory()
Method Detail

createMethodOperation

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

getName

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