org.openmuc.framework.data
public class IntValue extends java.lang.Object implements Value
IntValue(byte[] fromBytes)
IntValue(int value)
boolean
asBoolean()
byte
asByte()
byte[]
asByteArray()
double
asDouble()
float
asFloat()
int
asInt()
long
asLong()
short
asShort()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public IntValue(int value)
public IntValue(byte[] fromBytes)
public double asDouble()
asDouble
Value
public float asFloat()
asFloat
public long asLong()
asLong
public int asInt()
asInt
public short asShort()
asShort
public byte asByte()
asByte
public boolean asBoolean()
asBoolean
public byte[] asByteArray()
asByteArray
public java.lang.String toString()
toString
java.lang.Object