|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.pmel.util.SoTValue
gov.noaa.pmel.util.SoTValue.Integer
public static class SoTValue.Integer
Inner class for SoTRange
for type
int
.
Nested Class Summary |
---|
Nested classes/interfaces 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 |
---|
clone, equals, finalize, 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 SoTValue
public boolean isTime()
SoTValue
is time
isTime
in class SoTValue
public boolean equals(SoTValue val)
equals
in class SoTValue
public void add(SoTValue val)
add
in class SoTValue
public long getLongTime()
long
since 1970-01-01.
getLongTime
in class SoTValue
public GeoDate getGeoDate()
GeoDate
.
getGeoDate
in class SoTValue
public java.lang.String toString()
toString
in class SoTValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |