org.ofbiz.minilang.method.conditional
Class Assert.AssertFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.conditional.Assert.AssertFactory
All Implemented Interfaces:
MethodOperation.Factory<Assert>
Enclosing class:
Assert

public static final class Assert.AssertFactory
extends java.lang.Object
implements MethodOperation.Factory<Assert>


Constructor Summary
Assert.AssertFactory()
           
 
Method Summary
 Assert 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

Assert.AssertFactory

public Assert.AssertFactory()
Method Detail

createMethodOperation

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

getName

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