public enum EToopErrorCategory extends Enum<EToopErrorCategory> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
BUSINESS_PROCESSING
Business Processing
|
DYNAMIC_DISCOVERY
Dynamic Discovery
|
E_DELIVERY
eDelivery
|
PARSING
Parsing
|
TECHNICAL_ERROR
Technical Error
|
| Modifier and Type | Method and Description |
|---|---|
static EToopErrorCategory |
getFromIDOrNull(String sID) |
String |
getID() |
static EToopErrorCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EToopErrorCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToopErrorCategory PARSING
public static final EToopErrorCategory DYNAMIC_DISCOVERY
public static final EToopErrorCategory E_DELIVERY
public static final EToopErrorCategory BUSINESS_PROCESSING
public static final EToopErrorCategory TECHNICAL_ERROR
public static EToopErrorCategory[] values()
for (EToopErrorCategory c : EToopErrorCategory.values()) System.out.println(c);
public static EToopErrorCategory 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static EToopErrorCategory getFromIDOrNull(@Nullable String sID)
Copyright © 2020 toop.eu. All rights reserved.