|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ApplUebPruefen.E_ZUSTAND>
de.bsvrz.sys.testsys.modulApplUeb.ApplUebPruefen.E_ZUSTAND
private static enum ApplUebPruefen.E_ZUSTAND
Aufzaehlung ; Kopie der gleichnamigen StartStopp Aufzählung und Erweiterung um den Zustand GELOESCHT SkriptVewEnums.java
Enum Constant Summary | |
---|---|
ANGELEGT
Inkarnation wurde angelegt |
|
FEHLER
beim Start der Inkarnation trat ein Fehler auf |
|
GELOESCHT
Prozessinfo Eintrag wurde gelöscht Erweiterung gegenüber E_ZUSTAND in Start/Stopp! |
|
GESTARTET
Inkarnation ist gestartet |
|
GESTOPPT
Inkarnation ist gestoppt |
|
INITIALISIERT
Inkarnation ist initialisiert (Rückmeldung von Applikation) |
|
INTERVALL
Inkarnation wartet auf den nächsten zyklischen Neustart |
|
STARTEN
Inkarnation wird gestartet |
|
STARTENWARTEN
Inkarnation wartet auf Erfüllung der Startbedingung |
|
STOPPEN
Inkarnation wird gestoppt |
|
STOPPENWARTEN
Inkarnation wartet auf Erfüllung der Stoppbedingung |
Field Summary | |
---|---|
private java.lang.String |
m_text
|
Method Summary | |
---|---|
static ApplUebPruefen.E_ZUSTAND |
getEnum(java.lang.String text)
|
java.lang.String |
getText()
|
static ApplUebPruefen.E_ZUSTAND |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ApplUebPruefen.E_ZUSTAND[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ApplUebPruefen.E_ZUSTAND ANGELEGT
public static final ApplUebPruefen.E_ZUSTAND STARTENWARTEN
public static final ApplUebPruefen.E_ZUSTAND STARTEN
public static final ApplUebPruefen.E_ZUSTAND GESTARTET
public static final ApplUebPruefen.E_ZUSTAND INITIALISIERT
public static final ApplUebPruefen.E_ZUSTAND STOPPENWARTEN
public static final ApplUebPruefen.E_ZUSTAND STOPPEN
public static final ApplUebPruefen.E_ZUSTAND GESTOPPT
public static final ApplUebPruefen.E_ZUSTAND INTERVALL
public static final ApplUebPruefen.E_ZUSTAND FEHLER
public static final ApplUebPruefen.E_ZUSTAND GELOESCHT
Field Detail |
---|
private java.lang.String m_text
Method Detail |
---|
public static final ApplUebPruefen.E_ZUSTAND[] values()
for(ApplUebPruefen.E_ZUSTAND c : ApplUebPruefen.E_ZUSTAND.values()) System.out.println(c);
public static ApplUebPruefen.E_ZUSTAND valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic java.lang.String getText()
public static ApplUebPruefen.E_ZUSTAND getEnum(java.lang.String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |