org.ofbiz.minilang.method.entityops
Class GetRelated.GetRelatedFactory

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

public static final class GetRelated.GetRelatedFactory
extends java.lang.Object
implements MethodOperation.Factory<GetRelated>


Constructor Summary
GetRelated.GetRelatedFactory()
           
 
Method Summary
 GetRelated 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

GetRelated.GetRelatedFactory

public GetRelated.GetRelatedFactory()
Method Detail

createMethodOperation

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

getName

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