|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.framework.data.DoubleValue
public final class DoubleValue
Constructor Summary | |
---|---|
DoubleValue(double value)
|
Method Summary | |
---|---|
boolean |
asBoolean()
|
byte |
asByte()
|
byte[] |
asByteArray()
|
double |
asDouble()
|
float |
asFloat()
|
int |
asInt()
|
long |
asLong()
|
short |
asShort()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DoubleValue(double value)
Method Detail |
---|
public double asDouble()
asDouble
in interface Value
public float asFloat()
asFloat
in interface Value
public long asLong()
asLong
in interface Value
public int asInt()
asInt
in interface Value
public short asShort()
asShort
in interface Value
public byte asByte()
asByte
in interface Value
public boolean asBoolean()
asBoolean
in interface Value
public byte[] asByteArray()
asByteArray
in interface Value
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |