Class IfNotEmpty.IfNotEmptyFactory
java.lang.Object
org.apache.ofbiz.minilang.method.ifops.IfNotEmpty.IfNotEmptyFactory
- All Implemented Interfaces:
MethodOperation.Factory<IfNotEmpty>
- Enclosing class:
- IfNotEmpty
public static final class IfNotEmpty.IfNotEmptyFactory
extends Object
implements MethodOperation.Factory<IfNotEmpty>
A <if-not-empty> element factory.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
IfNotEmptyFactory
public IfNotEmptyFactory()
-
-
Method Details
-
createMethodOperation
public IfNotEmpty createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<IfNotEmpty>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<IfNotEmpty>
-