org.ofbiz.minilang.method.envops
Class FieldToEnv.FieldToEnvFactory

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

public static final class FieldToEnv.FieldToEnvFactory
extends java.lang.Object
implements MethodOperation.Factory<FieldToEnv>


Constructor Summary
FieldToEnv.FieldToEnvFactory()
           
 
Method Summary
 FieldToEnv 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

FieldToEnv.FieldToEnvFactory

public FieldToEnv.FieldToEnvFactory()
Method Detail

createMethodOperation

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

getName

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