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