org.ofbiz.minilang.method.eventops
Class RequestToField.RequestToFieldFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.eventops.RequestToField.RequestToFieldFactory
All Implemented Interfaces:
MethodOperation.Factory<RequestToField>
Enclosing class:
RequestToField

public static final class RequestToField.RequestToFieldFactory
extends java.lang.Object
implements MethodOperation.Factory<RequestToField>


Constructor Summary
RequestToField.RequestToFieldFactory()
           
 
Method Summary
 RequestToField 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

RequestToField.RequestToFieldFactory

public RequestToField.RequestToFieldFactory()
Method Detail

createMethodOperation

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

getName

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