org.ofbiz.minilang.method.envops
Class EnvToEnv.EnvToEnvFactory

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

public static final class EnvToEnv.EnvToEnvFactory
extends java.lang.Object
implements MethodOperation.Factory<EnvToEnv>


Constructor Summary
EnvToEnv.EnvToEnvFactory()
           
 
Method Summary
 EnvToEnv 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

EnvToEnv.EnvToEnvFactory

public EnvToEnv.EnvToEnvFactory()
Method Detail

createMethodOperation

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

getName

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