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

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

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


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

public NowTimestampToEnv.NowTimestampFactory()
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>