org.ofbiz.minilang.method.entityops
Class RefreshValue.RefreshValueFactory

java.lang.Object
  extended by org.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>


Constructor Summary
RefreshValue.RefreshValueFactory()
           
 
Method Summary
 RefreshValue createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshValue.RefreshValueFactory

public RefreshValue.RefreshValueFactory()
Method Detail

createMethodOperation

public RefreshValue createMethodOperation(org.w3c.dom.Element element,
                                          SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<RefreshValue>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<RefreshValue>