org.ofbiz.minilang.method.otherops
Class Calculate.CalculateFactory

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

public static final class Calculate.CalculateFactory
extends java.lang.Object
implements MethodOperation.Factory<Calculate>


Constructor Summary
Calculate.CalculateFactory()
           
 
Method Summary
 Calculate 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

Calculate.CalculateFactory

public Calculate.CalculateFactory()
Method Detail

createMethodOperation

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

getName

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