org.ofbiz.minilang.method.envops
Class StringToField.StringToFieldFactory

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

public static final class StringToField.StringToFieldFactory
extends java.lang.Object
implements MethodOperation.Factory<StringToField>


Constructor Summary
StringToField.StringToFieldFactory()
           
 
Method Summary
 StringToField 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

StringToField.StringToFieldFactory

public StringToField.StringToFieldFactory()
Method Detail

createMethodOperation

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

getName

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