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