org.ofbiz.minilang.method.entityops
Class EntityCount.EntityCountFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.entityops.EntityCount.EntityCountFactory
All Implemented Interfaces:
MethodOperation.Factory<EntityCount>
Enclosing class:
EntityCount

public static final class EntityCount.EntityCountFactory
extends java.lang.Object
implements MethodOperation.Factory<EntityCount>


Constructor Summary
EntityCount.EntityCountFactory()
           
 
Method Summary
 EntityCount 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

EntityCount.EntityCountFactory

public EntityCount.EntityCountFactory()
Method Detail

createMethodOperation

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

getName

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