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 java.lang.Object implements MethodOperation.Factory<RefreshValue>
A factory for the <refresh-value> element.
-
-
Constructor Summary
Constructors Constructor Description RefreshValueFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefreshValue
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public RefreshValue createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<RefreshValue>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<RefreshValue>
-
-