public enum EErrorType extends Enum<EErrorType>
| Enum Constant and Description |
|---|
BEANS |
COMMON |
DATABASE |
EXPORT |
WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeString()
Liefert die Ablürzung des Fehlertyps
|
static EErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EErrorType DATABASE
public static final EErrorType COMMON
public static final EErrorType EXPORT
public static final EErrorType BEANS
public static final EErrorType WORKFLOW
public static EErrorType[] values()
for (EErrorType c : EErrorType.values()) System.out.println(c);
public static EErrorType 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 nullpublic String getTypeString()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.