org.ofbiz.minilang.method.envops
Class EnvToField.EnvToFieldFactory

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

public static final class EnvToField.EnvToFieldFactory
extends java.lang.Object
implements MethodOperation.Factory<EnvToField>


Constructor Summary
EnvToField.EnvToFieldFactory()
           
 
Method Summary
 EnvToField 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

EnvToField.EnvToFieldFactory

public EnvToField.EnvToFieldFactory()
Method Detail

createMethodOperation

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

getName

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