public enum EEbmsErrorCategory extends Enum<EEbmsErrorCategory> implements com.helger.commons.name.IHasDisplayName
| Enum Constant and Description |
|---|
COMMUNICATION |
CONTENT |
PROCESSING |
UNPACKAGING |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static EEbmsErrorCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EEbmsErrorCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEbmsErrorCategory CONTENT
public static final EEbmsErrorCategory COMMUNICATION
public static final EEbmsErrorCategory UNPACKAGING
public static final EEbmsErrorCategory PROCESSING
public static EEbmsErrorCategory[] values()
for (EEbmsErrorCategory c : EEbmsErrorCategory.values()) System.out.println(c);
public static EEbmsErrorCategory 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 © 2015–2020 Philip Helger. All rights reserved.