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