Class AttZahl

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Long>>

    @Wertebereich(minimum=-9223372036854775808L,
                  maximum=9223372036854775807L,
                  einheit="")
    @Defaultwert(wert="0")
    public class AttZahl
    extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Long>
    Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EINHEIT
      Deprecated.
      neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
      static java.lang.Long MAX_VALUE
      Deprecated.
      neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
      static java.lang.Long MIN_VALUE
      Deprecated.
      neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
    • Constructor Summary

      Constructors 
      Constructor Description
      AttZahl​(java.lang.Long value)
      Erzeugte eine neues Attribut Zahl.
    • Method Summary

      • Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl

        compareTo, doubleValue, equals, floatValue, getValue, getWerteBereich, hashCode, intValue, isZustand, longValue, toString
      • Methods inherited from class java.lang.Number

        byteValue, shortValue
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MIN_VALUE

        @Deprecated
        public static final java.lang.Long MIN_VALUE
        Deprecated.
        neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
        Der minimale Wert des Attributs.
      • MAX_VALUE

        @Deprecated
        public static final java.lang.Long MAX_VALUE
        Deprecated.
        neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
        Der maximale Wert des Attributs.
      • EINHEIT

        @Deprecated
        public static final java.lang.String EINHEIT
        Deprecated.
        neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
        Die Einheit.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AttZahl

        public AttZahl​(java.lang.Long value)
        Erzeugte eine neues Attribut Zahl.
        Parameters:
        value - der Wert der Zahl.