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 java.lang.Object implements MethodOperation.Factory<GetRelatedOne>
A factory for the <get-related-one> element.
-
-
Constructor Summary
Constructors Constructor Description GetRelatedOneFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRelatedOne
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public GetRelatedOne createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<GetRelatedOne>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<GetRelatedOne>
-
-