|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMMessageProperty
public class LBMMessageProperty
Method Summary | |
---|---|
boolean |
getBoolean()
Retrieve the value stored in this object as a boolean. |
byte |
getByte()
Retrieve the value stored in this object as a byte. |
double |
getDouble()
Retrieve the value stored in this object as a double. |
float |
getFloat()
Retrieve the value stored in this object as a float. |
int |
getInteger()
Retrieve the value stored in this object as a integer. |
long |
getLong()
Retrieve the value stored in this object as a long. |
java.lang.Object |
getObject()
Retrieve the value stored in this object as an Object. |
short |
getShort()
Retrieve the value stored in this object as a short. |
java.lang.String |
getString()
Retrieve the value stored in this object as a string. |
java.lang.String |
key()
Retrieve the name of the property represented by this object. |
int |
type()
Retrieve the type of the property represented by this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String key()
public int type()
public boolean getBoolean() throws LBMEInvalException
LBMEInvalException
public byte getByte() throws LBMEInvalException
LBMEInvalException
- if the stored value is of a type that cannot be converted to a java.lang.Byte,
or if the stored value is a string and does not contain the string representation of a java.lang.Byte.public short getShort() throws LBMEInvalException
LBMEInvalException
- if the stored value is of a type that cannot be converted to a java.lang.Short,
or if the stored value is a string and does not contain the string representation of a java.lang.Short.public int getInteger() throws LBMEInvalException
LBMEInvalException
- if the stored value is of a type that cannot be converted to a java.lang.Integer.
or if the stored value is a string and does not contain the string representation of a java.lang.Integer.public long getLong() throws LBMEInvalException
LBMEInvalException
- if the stored value is of a type that cannot be converted to a java.lang.Long,
or if the stored value is a string and does not contain the string representation of a java.lang.Long.public float getFloat() throws LBMEInvalException
LBMEInvalException
- if the stored value is of a type that cannot be converted to a java.lang.Float,
or if the stored value is a string and does not contain the string representation of a java.lang.Float.public double getDouble() throws LBMEInvalException, java.lang.NumberFormatException
LBMEInvalException
- if the stored value is of a type that cannot be converted to a java.lang.Double,
or if the stored value is a string and does not contain the string representation of a java.lang.Double.
java.lang.NumberFormatException
public java.lang.String getString() throws LBMEInvalException
LBMEInvalException
- if the stored value is of a type that cannot be converted to a java.lang.String.public java.lang.Object getObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |