public enum EToopErrorOrigin extends Enum<EToopErrorOrigin> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
REQUEST_RECEPTION
2/4
|
REQUEST_SUBMISSION
1/4
|
RESPONSE_CREATION
inside DP
|
RESPONSE_RECEPTION
4/4
|
RESPONSE_SUBMISSION
3/4
|
| Modifier and Type | Method and Description |
|---|---|
static EToopErrorOrigin |
getFromIDOrNull(String sID) |
String |
getID() |
static EToopErrorOrigin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EToopErrorOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToopErrorOrigin REQUEST_SUBMISSION
public static final EToopErrorOrigin REQUEST_RECEPTION
public static final EToopErrorOrigin RESPONSE_CREATION
public static final EToopErrorOrigin RESPONSE_SUBMISSION
public static final EToopErrorOrigin RESPONSE_RECEPTION
public static EToopErrorOrigin[] values()
for (EToopErrorOrigin c : EToopErrorOrigin.values()) System.out.println(c);
public static EToopErrorOrigin 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 EToopErrorOrigin getFromIDOrNull(@Nullable String sID)
Copyright © 2020 toop.eu. All rights reserved.