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