|
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.Double
Inner class for SoTRange for type
double.
| 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.Double()
Default constructor. |
|
SoTValue.Double(double value)
Construct and initialize value. |
|
| Method Summary | |
void |
add(SoTValue val)
Add to value. |
boolean |
equals(SoTValue val)
Test for equality |
GeoDate |
getGeoDate()
Get time as GeoDate. |
long |
getLongTime()
Get time as long since 1970-01-01. |
java.lang.Object |
getObjectValue()
|
double |
getValue()
Get the value |
boolean |
isTime()
Test if SoTValue is time |
void |
setValue(double value)
Set the value |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SoTValue.Double()
public SoTValue.Double(double value)
| Method Detail |
public double getValue()
public void setValue(double value)
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 | |||||||||||