|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jca.dbr.DBData
|
+--jca.dbr.DBInt
This class represents a Channel Access database byte value.
DBData| Constructor Summary | |
DBInt(int val)
Construct a new DBInt object. |
|
| Method Summary | |
byte |
byteValue()
Return the value as a byte. |
double |
doubleValue()
Return the value as a double. |
float |
floatValue()
Return the value as a float. |
int |
intValue()
Return the value as an int. |
long |
longValue()
Return the value as a long. |
short |
shortValue()
Return the value as a short. |
java.lang.String |
stringValue()
Return the value as a string. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DBInt(int val)
val - the DBInt value.| Method Detail |
public byte byteValue()
public short shortValue()
public int intValue()
public long longValue()
public float floatValue()
public double doubleValue()
public java.lang.String stringValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||