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