gov.noaa.pmel.util
Class SoTValue

java.lang.Object
  |
  +--gov.noaa.pmel.util.SoTValue
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SoTValue.Double, SoTValue.Float, SoTValue.GeoDate, SoTValue.Integer, SoTValue.Short, SoTValue.Time

public abstract class SoTValue
extends java.lang.Object
implements java.io.Serializable

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.

Since:
sgt 2.0
Version:
$Revision: 1.7 $, $Date: 2003/08/22 23:02:40 $
Author:
Donald Denbo
See Also:
Serialized Form

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

isTime

public abstract boolean isTime()

toString

public abstract java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public abstract boolean equals(SoTValue val)

getObjectValue

public abstract java.lang.Object getObjectValue()

getLongTime

public abstract long getLongTime()

getGeoDate

public abstract GeoDate getGeoDate()

add

public abstract void add(SoTValue val)


Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003