org.ofbiz.minilang.method.envops
Class ToString.ToStringFactory

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

public static final class ToString.ToStringFactory
extends java.lang.Object
implements MethodOperation.Factory<ToString>


Constructor Summary
ToString.ToStringFactory()
           
 
Method Summary
 ToString 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

ToString.ToStringFactory

public ToString.ToStringFactory()
Method Detail

createMethodOperation

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

getName

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