org.openmuc.framework.data
Interface Value

All Known Implementing Classes:
BooleanValue, ByteStringValue, ByteValue, DoubleValue, FloatValue, IntValue, LongValue, ShortValue

public interface Value


Method Summary
 boolean asBoolean()
           
 byte asByte()
           
 byte[] asByteArray()
           
 double asDouble()
           
 float asFloat()
           
 int asInt()
           
 long asLong()
           
 short asShort()
           
 

Method Detail

asDouble

double asDouble()
Throws:
TypeConversionException

asFloat

float asFloat()
Throws:
TypeConversionException

asLong

long asLong()
Throws:
TypeConversionException

asInt

int asInt()
Throws:
TypeConversionException

asShort

short asShort()
Throws:
TypeConversionException

asByte

byte asByte()
Throws:
TypeConversionException

asBoolean

boolean asBoolean()
Throws:
TypeConversionException

asByteArray

byte[] asByteArray()