|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.pmel.util.SoTValue
gov.noaa.pmel.util.SoTValue.GeoDate
SoTValue.Time
public static class SoTValue.GeoDate
Inner class for SoTRange
for type
GeoDate
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class gov.noaa.pmel.util.SoTValue |
---|
SoTValue.Double, SoTValue.Float, SoTValue.GeoDate, SoTValue.Integer, SoTValue.Short, SoTValue.Time |
Constructor Summary | |
---|---|
SoTValue.GeoDate()
Deprecated. Default constructor. |
|
SoTValue.GeoDate(GeoDate date)
Deprecated. Construct a SoTValue from a GeoDate . |
|
SoTValue.GeoDate(long time)
Deprecated. Construct a SoTValue and initialize it to
represent the specified number of milliseconds since the
standard base time known as "the epoch", namely January 1,
1970, 00:00:00. |
Method Summary | |
---|---|
void |
add(SoTValue val)
Deprecated. Add to value. |
boolean |
equals(SoTValue val)
Deprecated. Test for equality |
GeoDate |
getGeoDate()
Deprecated. Get time as GeoDate . |
long |
getLongTime()
Deprecated. Get time as long since 1970-01-01. |
java.lang.Object |
getObjectValue()
Deprecated. |
GeoDate |
getValue()
Deprecated. Get the value |
boolean |
isTime()
Deprecated. Test if SoTValue is time. |
void |
setValue(GeoDate date)
Deprecated. Set the value from a GeoDate |
void |
setValue(long time)
Deprecated. Set the value from the number of milliseconds since the epoch. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SoTValue.GeoDate()
public SoTValue.GeoDate(GeoDate date)
SoTValue
from a GeoDate
.
public SoTValue.GeoDate(long time)
SoTValue
and initialize it to
represent the specified number of milliseconds since the
standard base time known as "the epoch", namely January 1,
1970, 00:00:00.
Method Detail |
---|
public GeoDate getValue()
public void setValue(GeoDate date)
GeoDate
public void setValue(long time)
public java.lang.Object getObjectValue()
getObjectValue
in class SoTValue
public boolean isTime()
SoTValue
is time.
isTime
in class SoTValue
public boolean equals(SoTValue val)
equals
in class SoTValue
public void add(SoTValue val)
add
in class SoTValue
public long getLongTime()
long
since 1970-01-01.
getLongTime
in class SoTValue
public GeoDate getGeoDate()
GeoDate
.
getGeoDate
in class SoTValue
public java.lang.String toString()
toString
in class SoTValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |