public enum EEbmsErrorSeverity extends Enum<EEbmsErrorSeverity> implements com.helger.commons.error.level.IHasErrorLevelComparable<EEbmsErrorSeverity>
IErrorLevel.| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.error.level.IErrorLevel |
getErrorLevel() |
String |
getSeverity() |
static EEbmsErrorSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EEbmsErrorSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompareTo, isEQ, isGE, isGT, isLE, isLT, isNEpublic static final EEbmsErrorSeverity FAILURE
public static final EEbmsErrorSeverity WARNING
public static EEbmsErrorSeverity[] values()
for (EEbmsErrorSeverity c : EEbmsErrorSeverity.values()) System.out.println(c);
public static EEbmsErrorSeverity 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 public com.helger.commons.error.level.IErrorLevel getErrorLevel()
getErrorLevel in interface com.helger.commons.error.level.IHasErrorLevelCopyright © 2015–2020 Philip Helger. All rights reserved.