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 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 Collection<SkriptZustand> getElemente()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.