org.openmuc.framework.data
Constructor and Description |
---|
FloatValue(float value) |
Modifier and Type | Method and Description |
---|---|
boolean |
asBoolean()
Returns the value as a boolean.
|
byte |
asByte()
Returns the value as a byte.
|
byte[] |
asByteArray()
Returns the value as a byte array.
|
double |
asDouble()
Returns the value as a double.
|
float |
asFloat()
Returns the value as a float.
|
int |
asInt()
Returns the value as an integer.
|
long |
asLong()
Returns the value as a long.
|
short |
asShort()
Returns the value as a short.
|
java.lang.String |
asString()
Returns the value as a string.
|
java.lang.String |
toString() |
public double asDouble()
Value
public float asFloat()
Value
public long asLong()
Value
public int asInt()
Value
public short asShort()
Value
public byte asByte()
Value
public boolean asBoolean()
Value
public byte[] asByteArray()
Value
asByteArray
in interface Value
public java.lang.String toString()
toString
in class java.lang.Object