org.ofbiz.minilang.method.entityops
Class GetRelatedOne.GetRelatedOneFactory

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

public static final class GetRelatedOne.GetRelatedOneFactory
extends java.lang.Object
implements MethodOperation.Factory<GetRelatedOne>


Constructor Summary
GetRelatedOne.GetRelatedOneFactory()
           
 
Method Summary
 GetRelatedOne 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

GetRelatedOne.GetRelatedOneFactory

public GetRelatedOne.GetRelatedOneFactory()
Method Detail

createMethodOperation

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

getName

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