public static enum AS4ErrorCode.Category extends Enum<AS4ErrorCode.Category>
| Enum Constant and Description |
|---|
COMMUNICATION |
CONTENT |
PROCESSING |
UNPACKAGING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AS4ErrorCode.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS4ErrorCode.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AS4ErrorCode.Category CONTENT
public static final AS4ErrorCode.Category COMMUNICATION
public static final AS4ErrorCode.Category UNPACKAGING
public static final AS4ErrorCode.Category PROCESSING
public static AS4ErrorCode.Category[] values()
for (AS4ErrorCode.Category c : AS4ErrorCode.Category.values()) System.out.println(c);
public static AS4ErrorCode.Category 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 toString()
toString in class Enum<AS4ErrorCode.Category>Copyright © 2021 NorStella. All rights reserved.