public final class SkriptZustand
extends de.bsvrz.sys.funclib.bitctrl.daf.AbstractDavZustand
Modifier and Type | Field and Description |
---|---|
static SkriptZustand |
ANGELEGT
das Skript wurde angelegt.
|
static SkriptZustand |
FREIGEGEBEN
das Skript wurde zur Ausführung freigegeben.
|
static SkriptZustand |
IN_BEARBEITUNG
das Skript befindet sich in Bearbeitung.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<SkriptZustand> |
getElemente()
liefert die Liste aller definierter Skriptzustände.
|
static SkriptZustand |
getZustand(int searchedCode)
liefert den Zustand für den übergebenen Code.
|
public static final SkriptZustand ANGELEGT
public static final SkriptZustand IN_BEARBEITUNG
public static final SkriptZustand FREIGEGEBEN
public static SkriptZustand getZustand(int searchedCode)
searchedCode
- der Codepublic static java.util.Collection<SkriptZustand> getElemente()