org.ofbiz.minilang.method.entityops
Class EntityData.EntityDataFactory

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

public static final class EntityData.EntityDataFactory
extends java.lang.Object
implements MethodOperation.Factory<EntityData>


Constructor Summary
EntityData.EntityDataFactory()
           
 
Method Summary
 EntityData 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

EntityData.EntityDataFactory

public EntityData.EntityDataFactory()
Method Detail

createMethodOperation

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

getName

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