gov.nasa.pds.imaging.generate.automatic.elements
Class CurrentDateUTC
java.lang.Object
gov.nasa.pds.imaging.generate.automatic.elements.CurrentDateUTC
- All Implemented Interfaces:
- Element
Deprecated.
@Deprecated
public class CurrentDateUTC
- extends Object
- implements Element
Generates the Current Date in UTC format.
Deprecated by using Velocity DateTool
Example: $date.get("yyyy-MM-dd");
- Author:
- jpadams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentDateUTC
public CurrentDateUTC()
- Deprecated.
getUnits
public String getUnits()
- Deprecated.
- Specified by:
getUnits
in interface Element
getValue
public String getValue()
throws TemplateException
- Deprecated.
- Specified by:
getValue
in interface Element
- Throws:
TemplateException
setParameters
public void setParameters(PDSObject pdsObject)
- Deprecated.
- Specified by:
setParameters
in interface Element
Copyright © 2010–2014 Planetary Data System. All rights reserved.