org.ofbiz.minilang.method.entityops
Class NowTimestampToEnv.NowTimestampToEnvFactory

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

public static final class NowTimestampToEnv.NowTimestampToEnvFactory
extends java.lang.Object
implements MethodOperation.Factory<NowTimestampToEnv>


Constructor Summary
NowTimestampToEnv.NowTimestampToEnvFactory()
           
 
Method Summary
 NowTimestampToEnv 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

NowTimestampToEnv.NowTimestampToEnvFactory

public NowTimestampToEnv.NowTimestampToEnvFactory()
Method Detail

createMethodOperation

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

getName

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