Class AttZahlPositiv1NachKommaStellenVon0Bis2

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

    @Wertebereich(minimum=0L,
                  maximum=20L,
                  skalierung=0.1,
                  einheit="")
    public class AttZahlPositiv1NachKommaStellenVon0Bis2
    extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Double>
    Positive Zahl mit 1 Machkommastelle im Bereich von 0,1 bis 2,0 (z.B. für Parameter).

    <absatz> Es wird festgelegt, welcher Wertebereich bzw. Zustände der Wert annehmen kann. </absatz>

    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.Double MAX_VALUE
      Deprecated.
      neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
      static java.lang.Double MIN_VALUE
      Deprecated.
      neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
    • 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.Double MIN_VALUE
        Deprecated.
        neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
        Der minimale Wert des Attributs.
      • MAX_VALUE

        @Deprecated
        public static final java.lang.Double 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

      • AttZahlPositiv1NachKommaStellenVon0Bis2

        public AttZahlPositiv1NachKommaStellenVon0Bis2​(java.lang.Double value)
        Erzeugte eine neues Attribut ZahlPositiv1NachKommaStellenVon0Bis2.
        Parameters:
        value - der Wert der Zahl.