org.das2.datum
Class TimeContext
java.lang.Object
org.das2.datum.TimeContext
public class TimeContext
- extends java.lang.Object
Constructor Summary |
TimeContext(java.lang.String s,
double ordinal)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MILLISECONDS
public static TimeContext MILLISECONDS
SECONDS
public static TimeContext SECONDS
MINUTES
public static TimeContext MINUTES
HOURS
public static TimeContext HOURS
DAYS
public static TimeContext DAYS
WEEKS
public static TimeContext WEEKS
MONTHS
public static TimeContext MONTHS
YEARS
public static TimeContext YEARS
DECADES
public static TimeContext DECADES
TimeContext
public TimeContext(java.lang.String s,
double ordinal)
gt
public boolean gt(TimeContext tc)
le
public boolean le(TimeContext tc)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getContext
public static TimeContext getContext(Datum t1,
Datum t2)