org.ofbiz.minilang.method.entityops
Class EntityAnd.EntityAndFactory

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

public static final class EntityAnd.EntityAndFactory
extends java.lang.Object
implements MethodOperation.Factory<EntityAnd>


Constructor Summary
EntityAnd.EntityAndFactory()
           
 
Method Summary
 EntityAnd 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

EntityAnd.EntityAndFactory

public EntityAnd.EntityAndFactory()
Method Detail

createMethodOperation

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

getName

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