Class GetRelatedOne.GetRelatedOneFactory
java.lang.Object
org.apache.ofbiz.minilang.method.entityops.GetRelatedOne.GetRelatedOneFactory
- All Implemented Interfaces:
MethodOperation.Factory<GetRelatedOne>
- Enclosing class:
- GetRelatedOne
public static final class GetRelatedOne.GetRelatedOneFactory
extends Object
implements MethodOperation.Factory<GetRelatedOne>
A factory for the <get-related-one> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
GetRelatedOneFactory
public GetRelatedOneFactory()
-
-
Method Details
-
createMethodOperation
public GetRelatedOne createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<GetRelatedOne>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<GetRelatedOne>
-