org.ofbiz.minilang.method.entityops
Class EntityOne.EntityOneFactory

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

public static final class EntityOne.EntityOneFactory
extends java.lang.Object
implements MethodOperation.Factory<EntityOne>


Constructor Summary
EntityOne.EntityOneFactory()
           
 
Method Summary
 EntityOne 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

EntityOne.EntityOneFactory

public EntityOne.EntityOneFactory()
Method Detail

createMethodOperation

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

getName

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