Package org.n52.janmayen
Class TimeValue
- java.lang.Object
-
- org.n52.janmayen.TimeValue
-
public final class TimeValue extends Object
TODO JavaDoc
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Stringabbreviate(TimeUnit unit)longgetDays()longgetHours()longgetMicros()longgetMillis()longgetMinutes()longgetNanos()longgetSeconds()TimeUnitgetUnit()longgetValue()TimeValueto(TimeUnit unit)TimeValuetoDays()TimeValuetoHours()TimeValuetoMicros()TimeValuetoMillis()TimeValuetoMinutes()TimeValuetoNanos()TimeValuetoSeconds()StringtoString()
-
-
-
Field Detail
-
ZERO
public static final TimeValue ZERO
-
-
Constructor Detail
-
TimeValue
public TimeValue(long value, TimeUnit unit)
-
-
Method Detail
-
toNanos
public TimeValue toNanos()
-
toMillis
public TimeValue toMillis()
-
toMicros
public TimeValue toMicros()
-
toSeconds
public TimeValue toSeconds()
-
toMinutes
public TimeValue toMinutes()
-
toHours
public TimeValue toHours()
-
toDays
public TimeValue toDays()
-
getNanos
public long getNanos()
-
getMillis
public long getMillis()
-
getMicros
public long getMicros()
-
getSeconds
public long getSeconds()
-
getMinutes
public long getMinutes()
-
getHours
public long getHours()
-
getDays
public long getDays()
-
getUnit
public TimeUnit getUnit()
-
getValue
public long getValue()
-
-