|
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
SoTValue is an abstract class used to wrap either a
double or GeoDate. SoT stands for
space or time, but being basically lazy I've abbreviated it.
| Nested Class Summary | |
static class |
SoTValue.Double
Inner class for SoTRange for type
double. |
static class |
SoTValue.Float
Inner class for SoTRange for type
float. |
static class |
SoTValue.GeoDate
Deprecated. As of sgt 3.0, replaced by SoTValue.Time |
static class |
SoTValue.Integer
Inner class for SoTRange for type
int. |
static class |
SoTValue.Short
Inner class for SoTRange for type
short. |
static class |
SoTValue.Time
Inner class for SoTRange for type
long. |
| Method Summary | |
abstract void |
add(SoTValue val)
|
abstract boolean |
equals(SoTValue val)
|
abstract GeoDate |
getGeoDate()
|
abstract long |
getLongTime()
|
abstract java.lang.Object |
getObjectValue()
|
abstract boolean |
isTime()
|
abstract java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public abstract boolean isTime()
public abstract java.lang.String toString()
toString in class java.lang.Objectpublic abstract boolean equals(SoTValue val)
public abstract java.lang.Object getObjectValue()
public abstract long getLongTime()
public abstract GeoDate getGeoDate()
public abstract void add(SoTValue val)
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||