org.ofbiz.minilang.method.otherops
Class PropertyToField.PropertyToFieldFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.otherops.PropertyToField.PropertyToFieldFactory
All Implemented Interfaces:
MethodOperation.Factory<PropertyToField>
Enclosing class:
PropertyToField

public static final class PropertyToField.PropertyToFieldFactory
extends java.lang.Object
implements MethodOperation.Factory<PropertyToField>


Constructor Summary
PropertyToField.PropertyToFieldFactory()
           
 
Method Summary
 PropertyToField 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

PropertyToField.PropertyToFieldFactory

public PropertyToField.PropertyToFieldFactory()
Method Detail

createMethodOperation

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

getName

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