org.ofbiz.minilang.method.ifops
Class IfCompare.IfCompareFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.ifops.IfCompare.IfCompareFactory
All Implemented Interfaces:
MethodOperation.Factory<IfCompare>
Enclosing class:
IfCompare

public static final class IfCompare.IfCompareFactory
extends java.lang.Object
implements MethodOperation.Factory<IfCompare>


Constructor Summary
IfCompare.IfCompareFactory()
           
 
Method Summary
 IfCompare 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

IfCompare.IfCompareFactory

public IfCompare.IfCompareFactory()
Method Detail

createMethodOperation

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

getName

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