public final class StartTyp
extends de.bsvrz.sys.funclib.bitctrl.daf.AbstractDavZustand
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
public static final StartTyp SOFORT
public static final StartTyp EXPLIZIT
public static final StartTyp ZYKLISCH
public static StartTyp getZustand(int searchedCode)
searchedCode
- der Codepublic static java.util.Collection<StartTyp> getElemente()