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 Object
implements MethodOperation.Factory<RemoveValue>
A factory for the <remove-value> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
RemoveValueFactory
public RemoveValueFactory()
-
-
Method Details
-
createMethodOperation
public RemoveValue createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<RemoveValue>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<RemoveValue>
-