public enum EStatusTyp extends Enum<EStatusTyp>
Enum Constant and Description |
---|
EINGEGANGEN
|
FEHLER
Deprecated.
|
STANDARD
Beschreibt den
Status der von einem Nutzer angelegt wurde und an beliebiger Stelle in der
Workflowdefinition stehen kann. |
SYSTEM |
Modifier and Type | Method and Description |
---|---|
static EStatusTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EStatusTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EStatusTyp EINGEGANGEN
@Deprecated public static final EStatusTyp FEHLER
public static final EStatusTyp STANDARD
Status
der von einem Nutzer angelegt wurde und an beliebiger Stelle in der
Workflowdefinition stehen kann.public static final EStatusTyp SYSTEM
public static EStatusTyp[] values()
for (EStatusTyp c : EStatusTyp.values()) System.out.println(c);
public static EStatusTyp valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.