AMETAS.data
Class AByte

java.lang.Object
  extended byAMETAS.data.ANumber
      extended byAMETAS.data.ALong
          extended byAMETAS.data.AInteger
              extended byAMETAS.data.AShort
                  extended byAMETAS.data.AByte
All Implemented Interfaces:
java.io.Serializable

public class AByte
extends AShort

Neue Wrapperklasse für byte. Diese Klasse ist von AShort abgeleitet und erlaubt dadurch Polymorphie.

See Also:
Serialized Form

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

AByte

public AByte(byte byValue)
Konstruktor.

Parameters:
byValue - Bytewert.
Method Detail

setNewByte

public void setNewByte(byte byValue)
Setzt einen neuen Bytewert.

Parameters:
byValue - Bytewert.

byteValue

public int byteValue()
Liefert den Bytewert.