public enum AS4ErrorCode extends Enum<AS4ErrorCode>
| Modifier and Type | Class and Description |
|---|---|
static class |
AS4ErrorCode.Category |
static class |
AS4ErrorCode.Origin |
static class |
AS4ErrorCode.Severity |
| Enum Constant and Description |
|---|
EBMS_0001 |
EBMS_0002 |
EBMS_0003 |
EBMS_0004 |
EBMS_0005 |
EBMS_0006 |
EBMS_0007 |
EBMS_0008 |
EBMS_0009 |
EBMS_0010 |
EBMS_0101 |
EBMS_0102 |
EBMS_0103 |
EBMS_0201 |
EBMS_0202 |
EBMS_0301 |
EBMS_0303 |
| Modifier and Type | Method and Description |
|---|---|
AS4ErrorCode.Category |
getCatgory() |
String |
getErrorCode() |
AS4ErrorCode.Origin |
getOrigin() |
String |
getShortDescription() |
static AS4ErrorCode |
nameOf(String name) |
String |
toString() |
static AS4ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS4ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AS4ErrorCode EBMS_0001
public static final AS4ErrorCode EBMS_0002
public static final AS4ErrorCode EBMS_0003
public static final AS4ErrorCode EBMS_0004
public static final AS4ErrorCode EBMS_0005
public static final AS4ErrorCode EBMS_0006
public static final AS4ErrorCode EBMS_0007
public static final AS4ErrorCode EBMS_0008
public static final AS4ErrorCode EBMS_0009
public static final AS4ErrorCode EBMS_0010
public static final AS4ErrorCode EBMS_0101
public static final AS4ErrorCode EBMS_0102
public static final AS4ErrorCode EBMS_0103
public static final AS4ErrorCode EBMS_0201
public static final AS4ErrorCode EBMS_0202
public static final AS4ErrorCode EBMS_0301
public static final AS4ErrorCode EBMS_0303
public static AS4ErrorCode[] values()
for (AS4ErrorCode c : AS4ErrorCode.values()) System.out.println(c);
public static AS4ErrorCode 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 getErrorCode()
public String getShortDescription()
public AS4ErrorCode.Category getCatgory()
public AS4ErrorCode.Origin getOrigin()
public static AS4ErrorCode nameOf(String name)
public String toString()
toString in class Enum<AS4ErrorCode>Copyright © 2021 NorStella. All rights reserved.