Class AttSchrittTyp

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

    public class AttSchrittTyp
    extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
    In jedem Schritt kann genau eine der hier definierten Aktionen stattfinden (siehe Pflichtenheft Kapitel 4.4.2.3.4.1).

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AttSchrittTyp​(java.lang.Byte value)
      Erzeugte eine neues Attribut SchrittTyp.
    • Method Summary

      Modifier and Type Method Description
      static java.util.List<AttSchrittTyp> getZustaende()
      Gibt alle Zustände zurück, die das Attribut besitzen kann.
      static AttSchrittTyp getZustand​(java.lang.Byte value)
      Gibt den Zustand zu einer Zahl zurück oder null, wenn die Zahl keinen Zustand repräsentiert.
      static AttSchrittTyp 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

      • ZUSTAND_0_SCHALTUNG

        public static final AttSchrittTyp ZUSTAND_0_SCHALTUNG
        Schaltung von einem oder mehreren Anzeigeelementen.

      • ZUSTAND_1_BEDIENERABFRAGE

        public static final AttSchrittTyp ZUSTAND_1_BEDIENERABFRAGE
        Bedienerabfrage mit Verzweigung des Ablaufs in Abhängigkeit vom Ergebnis.

      • ZUSTAND_2_SYSTEMABFRAGE

        public static final AttSchrittTyp ZUSTAND_2_SYSTEMABFRAGE
        Systemabfrage mit Verzweigung des Ablaufs in Abhängigkeit vom Ergebnis.

      • ZUSTAND_3_MELDUNG

        public static final AttSchrittTyp ZUSTAND_3_MELDUNG
        Meldung an den Bediener, ohne Rückbestätigung (nicht blockierend).

      • ZUSTAND_4_ENDE

        public static final AttSchrittTyp ZUSTAND_4_ENDE
        Ablauf hier beenden.

      • ZUSTAND_5_PAUSE

        public static final AttSchrittTyp ZUSTAND_5_PAUSE
        Realisiert eine Wartezeit als eigenen Schritt.

      • ZUSTAND_6_ENTFERNEN

        public static final AttSchrittTyp ZUSTAND_6_ENTFERNEN
        Entfernt ein leufendes Programm.

      • ZUSTAND_7_ANFORDERUNG

        public static final AttSchrittTyp ZUSTAND_7_ANFORDERUNG
        Setzt eine neue Anforderung innerhalb eines Ablaufes ab.

    • Constructor Detail

      • AttSchrittTyp

        public AttSchrittTyp​(java.lang.Byte value)
        Erzeugte eine neues Attribut SchrittTyp.
        Parameters:
        value - der Wert der Zahl.
    • Method Detail

      • getZustand

        public static AttSchrittTyp getZustand​(java.lang.Byte 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 AttSchrittTyp 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<AttSchrittTyp> getZustaende()
        Gibt alle Zustände zurück, die das Attribut besitzen kann.
        Returns:
        alle Zustände die das Attribut annehmen kann.