Class AttTlsUfdTaustoffkonzentration

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

    @Wertebereich(minimum=0L,
                  maximum=100L,
                  einheit="%")
    public class AttTlsUfdTaustoffkonzentration
    extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
    Taustoffkonzentration.

    Taustoffkonzentration.

    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.Short MAX_VALUE
      Deprecated.
      neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
      static java.lang.Short MIN_VALUE
      Deprecated.
      neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
      static AttTlsUfdTaustoffkonzentration ZUSTAND_255_NICHT_ERMITTELBAR
      Taustoffkonzentration auf Grund der herrschenden Bedingungen nicht bestimmbar.
    • Constructor Summary

      Constructors 
      Constructor Description
      AttTlsUfdTaustoffkonzentration​(java.lang.Short value)
      Erzeugte eine neues Attribut TLSUfdTaustoffkonzentration.
    • Method Summary

      Modifier and Type Method Description
      static java.util.List<AttTlsUfdTaustoffkonzentration> getZustaende()
      Gibt alle Zustände zurück, die das Attribut besitzen kann.
      static AttTlsUfdTaustoffkonzentration getZustand​(java.lang.Short value)
      Gibt den Zustand zu einer Zahl zurück oder null, wenn die Zahl keinen Zustand repräsentiert.
      static AttTlsUfdTaustoffkonzentration getZustand​(java.lang.String value)
      Gibt den Zustand zu einem Zustandsnamen zurück oder null, wenn kein Zustand einen solchen Namen hat.
      • 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.Short MIN_VALUE
        Deprecated.
        neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
        Der minimale Wert des Attributs.
      • MAX_VALUE

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

        public static final AttTlsUfdTaustoffkonzentration ZUSTAND_255_NICHT_ERMITTELBAR
        Taustoffkonzentration auf Grund der herrschenden Bedingungen nicht bestimmbar.

    • Constructor Detail

      • AttTlsUfdTaustoffkonzentration

        public AttTlsUfdTaustoffkonzentration​(java.lang.Short value)
        Erzeugte eine neues Attribut TLSUfdTaustoffkonzentration.
        Parameters:
        value - der Wert der Zahl.
    • Method Detail

      • getZustand

        public static AttTlsUfdTaustoffkonzentration getZustand​(java.lang.Short value)
        Gibt den Zustand zu einer Zahl zurück oder null, wenn die Zahl keinen Zustand repräsentiert.
        Parameters:
        value - ein Zahlenwert
        Returns:
        der Zustand zu dem Zahlenwert oder null, wenn die Zahl keine Entsprechnung als Zustand besitzt.
      • getZustand

        public static AttTlsUfdTaustoffkonzentration getZustand​(java.lang.String value)
        Gibt den Zustand zu einem Zustandsnamen zurück oder null, wenn kein Zustand einen solchen Namen hat.
        Parameters:
        value - der Zustandsname
        Returns:
        der Zustand zu dem Zustandsnamen oder null, wenn kein Zustand einen solchen Namen hat.
      • getZustaende

        public static java.util.List<AttTlsUfdTaustoffkonzentration> getZustaende()
        Gibt alle Zustände zurück, die das Attribut besitzen kann.
        Returns:
        alle Zustände die das Attribut annehmen kann.