|
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.Short
Inner class for SoTRange for type
short.
| 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.Short()
Default constructor. |
|
SoTValue.Short(short 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()
|
short |
getValue()
Get the value |
boolean |
isTime()
Test if SoTValue is time |
void |
setValue(short 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.Short()
public SoTValue.Short(short value)
| Method Detail |
public short getValue()
public void setValue(short 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 | |||||||||||