org.ofbiz.minilang.method.ifops
Class CheckId.CheckIdFactory

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

public static final class CheckId.CheckIdFactory
extends java.lang.Object
implements MethodOperation.Factory<CheckId>


Constructor Summary
CheckId.CheckIdFactory()
           
 
Method Summary
 CheckId 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

CheckId.CheckIdFactory

public CheckId.CheckIdFactory()
Method Detail

createMethodOperation

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

getName

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