Class StartTyp

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.daf.AbstractDavZustand>

    public final class StartTyp
    extends de.bsvrz.sys.funclib.bitctrl.daf.AbstractDavZustand
    die Repräsentation des Starttyps für die Ausführung eines Skriptlaufs.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static StartTyp EXPLIZIT
      Skript wird erst auf Anforderung vom Nutzer ausgeführt.
      static StartTyp SOFORT
      Skript soll sofort nach Freigabe ausgeführt werden.
      static StartTyp ZYKLISCH
      das Skript wird zyklisch ausgeführt.
    • Method Summary

      Modifier and Type Method Description
      static java.util.Collection<StartTyp> getElemente()
      liefert die Liste aller Typen.
      static StartTyp getZustand​(int searchedCode)
      liefert den Zustand für den übergebenen Code.
      • Methods inherited from class de.bsvrz.sys.funclib.bitctrl.daf.AbstractDavZustand

        compareTo, equals, getCode, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • SOFORT

        public static final StartTyp SOFORT
        Skript soll sofort nach Freigabe ausgeführt werden.
      • EXPLIZIT

        public static final StartTyp EXPLIZIT
        Skript wird erst auf Anforderung vom Nutzer ausgeführt.
      • ZYKLISCH

        public static final StartTyp ZYKLISCH
        das Skript wird zyklisch ausgeführt.
    • Method Detail

      • getZustand

        public static StartTyp getZustand​(int searchedCode)
        liefert den Zustand für den übergebenen Code.
        Parameters:
        searchedCode - der Code
        Returns:
        der Zustand
      • getElemente

        public static java.util.Collection<StartTyp> getElemente()
        liefert die Liste aller Typen.
        Returns:
        die Liste