org.ofbiz.minilang.method.ifops
Class IfNotEmpty.IfNotEmptyFactory

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

public static final class IfNotEmpty.IfNotEmptyFactory
extends java.lang.Object
implements MethodOperation.Factory<IfNotEmpty>


Constructor Summary
IfNotEmpty.IfNotEmptyFactory()
           
 
Method Summary
 IfNotEmpty 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

IfNotEmpty.IfNotEmptyFactory

public IfNotEmpty.IfNotEmptyFactory()
Method Detail

createMethodOperation

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

getName

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