AMETAS.data
Class ALong

java.lang.Object
  extended byAMETAS.data.ANumber
      extended byAMETAS.data.ALong
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AInteger

public class ALong
extends ANumber

Neue Wrapperklasse für long. Diese Klasse ist von ANumber abgeleitet und erlaubt dadurch Polymorphie.

See Also:
Serialized Form

Constructor Summary
ALong(long nValue)
          Konstruktor.
 
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

ALong

public ALong(long nValue)
Konstruktor.

Parameters:
nValue - Long-Wert.