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