|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--gov.noaa.pmel.util.SoTValue
|
+--gov.noaa.pmel.util.SoTValue.GeoDate
SoTValue.Time
Inner class for SoTRange for type
GeoDate.
| Nested Class Summary |
| Nested classes 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 |
equals, 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 SoTValuepublic boolean isTime()
SoTValue is time.
isTime in class SoTValuepublic boolean equals(SoTValue val)
equals in class SoTValuepublic void add(SoTValue val)
add in class SoTValuepublic long getLongTime()
long since 1970-01-01.
getLongTime in class SoTValuepublic GeoDate getGeoDate()
GeoDate.
getGeoDate in class SoTValuepublic java.lang.String toString()
toString in class SoTValue
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||