Class RemoveRelated.RemoveRelatedFactory
- java.lang.Object
-
- org.apache.ofbiz.minilang.method.entityops.RemoveRelated.RemoveRelatedFactory
-
- All Implemented Interfaces:
MethodOperation.Factory<RemoveRelated>
- Enclosing class:
- RemoveRelated
public static final class RemoveRelated.RemoveRelatedFactory extends java.lang.Object implements MethodOperation.Factory<RemoveRelated>
A factory for the <remove-related> element.
-
-
Constructor Summary
Constructors Constructor Description RemoveRelatedFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveRelated
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public RemoveRelated createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<RemoveRelated>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<RemoveRelated>
-
-