org.ofbiz.minilang.method.ifops
Class IfValidateMethod.IfValidateMethodFactory

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

public static final class IfValidateMethod.IfValidateMethodFactory
extends java.lang.Object
implements MethodOperation.Factory<IfValidateMethod>


Constructor Summary
IfValidateMethod.IfValidateMethodFactory()
           
 
Method Summary
 IfValidateMethod 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

IfValidateMethod.IfValidateMethodFactory

public IfValidateMethod.IfValidateMethodFactory()
Method Detail

createMethodOperation

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

getName

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