org.ofbiz.minilang.method.envops
Class FieldToField.FieldToFieldFactory

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

public static final class FieldToField.FieldToFieldFactory
extends java.lang.Object
implements MethodOperation.Factory<FieldToField>


Constructor Summary
FieldToField.FieldToFieldFactory()
           
 
Method Summary
 FieldToField 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

FieldToField.FieldToFieldFactory

public FieldToField.FieldToFieldFactory()
Method Detail

createMethodOperation

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

getName

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