org.ofbiz.minilang.method.ifops
Class IfCompareField.IfCompareFieldFactory

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

public static final class IfCompareField.IfCompareFieldFactory
extends java.lang.Object
implements MethodOperation.Factory<IfCompareField>


Constructor Summary
IfCompareField.IfCompareFieldFactory()
           
 
Method Summary
 IfCompareField 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

IfCompareField.IfCompareFieldFactory

public IfCompareField.IfCompareFieldFactory()
Method Detail

createMethodOperation

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

getName

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