|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAMETAS.data.ANumber
AMETAS.data.ALong
AMETAS.data.AInteger
AMETAS.data.AShort
AMETAS.data.AByte
Neue Wrapperklasse für byte. Diese Klasse ist von AShort abgeleitet und erlaubt dadurch Polymorphie.
| Constructor Summary | |
AByte(byte byValue)
Konstruktor. |
|
| Method Summary | |
int |
byteValue()
Liefert den Bytewert. |
void |
setNewByte(byte byValue)
Setzt einen neuen Bytewert. |
| Methods inherited from class AMETAS.data.AShort |
setNewShort, shortValue |
| Methods inherited from class AMETAS.data.AInteger |
intValue, setNewInteger |
| Methods inherited from class AMETAS.data.ANumber |
doubleValue, equals, hashCode, isInteger, longValue, setNewDouble, setNewLong |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AByte(byte byValue)
byValue - Bytewert.| Method Detail |
public void setNewByte(byte byValue)
byValue - Bytewert.public int byteValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||