Class RefreshValue.RefreshValueFactory
java.lang.Object
org.apache.ofbiz.minilang.method.entityops.RefreshValue.RefreshValueFactory
- All Implemented Interfaces:
MethodOperation.Factory<RefreshValue>
- Enclosing class:
- RefreshValue
public static final class RefreshValue.RefreshValueFactory
extends Object
implements MethodOperation.Factory<RefreshValue>
A factory for the <refresh-value> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
RefreshValueFactory
public RefreshValueFactory()
-
-
Method Details
-
createMethodOperation
public RefreshValue createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<RefreshValue>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<RefreshValue>
-