public enum EToopErrorSeverity extends Enum<EToopErrorSeverity> implements com.helger.commons.id.IHasID<String>, com.helger.commons.state.IErrorIndicator
| Modifier and Type | Method and Description |
|---|---|
static EToopErrorSeverity |
getFromIDOrNull(String sID) |
String |
getID() |
boolean |
isError() |
static EToopErrorSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EToopErrorSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToopErrorSeverity WARNING
public static final EToopErrorSeverity FAILURE
public static EToopErrorSeverity[] values()
for (EToopErrorSeverity c : EToopErrorSeverity.values()) System.out.println(c);
public static EToopErrorSeverity 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>public boolean isError()
isError in interface com.helger.commons.state.IErrorIndicator@Nullable public static EToopErrorSeverity getFromIDOrNull(@Nullable String sID)
Copyright © 2020 toop.eu. All rights reserved.