org.ofbiz.minilang.method.ifops
Class IfEmpty.IfEmptyFactory

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

public static final class IfEmpty.IfEmptyFactory
extends java.lang.Object
implements MethodOperation.Factory<IfEmpty>


Constructor Summary
IfEmpty.IfEmptyFactory()
           
 
Method Summary
 IfEmpty 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

IfEmpty.IfEmptyFactory

public IfEmpty.IfEmptyFactory()
Method Detail

createMethodOperation

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

getName

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