org.ofbiz.minilang.method.serviceops
Class FieldToResult.FieldToResultFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.serviceops.FieldToResult.FieldToResultFactory
All Implemented Interfaces:
MethodOperation.Factory<FieldToResult>
Enclosing class:
FieldToResult

public static final class FieldToResult.FieldToResultFactory
extends java.lang.Object
implements MethodOperation.Factory<FieldToResult>


Constructor Summary
FieldToResult.FieldToResultFactory()
           
 
Method Summary
 FieldToResult 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

FieldToResult.FieldToResultFactory

public FieldToResult.FieldToResultFactory()
Method Detail

createMethodOperation

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

getName

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