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

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

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


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

public NowDateToEnv.NowDateToEnvFactory()
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>