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