org.ofbiz.minilang.method.entityops
Class NowDateToEnv.NowDateFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.entityops.NowDateToEnv.NowDateFactory
All Implemented Interfaces:
MethodOperation.Factory<NowDateToEnv>
Enclosing class:
NowDateToEnv

public static final class NowDateToEnv.NowDateFactory
extends java.lang.Object
implements MethodOperation.Factory<NowDateToEnv>


Constructor Summary
NowDateToEnv.NowDateFactory()
           
 
Method Summary
 NowDateToEnv 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

NowDateToEnv.NowDateFactory

public NowDateToEnv.NowDateFactory()
Method Detail

createMethodOperation

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

getName

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