org.ofbiz.minilang.method.conditional
Class MasterIf.MasterIfFactory

java.lang.Object
  extended by org.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>


Constructor Summary
MasterIf.MasterIfFactory()
           
 
Method Summary
 MasterIf 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

MasterIf.MasterIfFactory

public MasterIf.MasterIfFactory()
Method Detail

createMethodOperation

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

getName

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