|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.pmel.util.SoTValue
public abstract class 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 . |
Constructor Summary | |
---|---|
protected |
SoTValue()
This is an abstract class that cannot be instantiated directly. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected SoTValue()
Method Detail |
---|
public abstract boolean isTime()
public abstract java.lang.String toString()
toString
in class java.lang.Object
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |