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 java.lang.Object implements MethodOperation.Factory<MasterIf>
A <if> element factory.
-
-
Constructor Summary
Constructors Constructor Description MasterIfFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MasterIf
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public MasterIf createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<MasterIf>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<MasterIf>
-
-