org.ofbiz.minilang.method.eventops
Class FieldToRequest.FieldToRequestFactory

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

public static final class FieldToRequest.FieldToRequestFactory
extends java.lang.Object
implements MethodOperation.Factory<FieldToRequest>


Constructor Summary
FieldToRequest.FieldToRequestFactory()
           
 
Method Summary
 FieldToRequest 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

FieldToRequest.FieldToRequestFactory

public FieldToRequest.FieldToRequestFactory()
Method Detail

createMethodOperation

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

getName

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