Package com.helger.phase4.model.error
Enum EEbmsErrorSeverity
- All Implemented Interfaces:
com.helger.commons.error.level.IHasErrorLevel,com.helger.commons.error.level.IHasErrorLevelComparable<EEbmsErrorSeverity>,com.helger.commons.id.IHasID<String>,com.helger.commons.severity.ISeverityComparable<EEbmsErrorSeverity>,com.helger.commons.state.IErrorIndicator,com.helger.commons.state.ISuccessIndicator,com.helger.commons.traits.IGenericImplTrait<EEbmsErrorSeverity>,Serializable,Comparable<EEbmsErrorSeverity>,java.lang.constant.Constable
public enum EEbmsErrorSeverity
extends Enum<EEbmsErrorSeverity>
implements com.helger.commons.id.IHasID<String>, com.helger.commons.error.level.IHasErrorLevelComparable<EEbmsErrorSeverity>
EBMS error severity with mapping to
IErrorLevel.- Author:
- Philip Helger
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptioncom.helger.commons.error.level.IErrorLevelstatic EEbmsErrorSeveritygetFromErrorLevelOrNull(com.helger.commons.error.level.IErrorLevel aErrorLevel) static EEbmsErrorSeveritygetFromIDOrNull(String sID) getID()static EEbmsErrorSeverityReturns 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.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.helger.commons.traits.IGenericImplTrait
thisAsTMethods inherited from interface com.helger.commons.error.level.IHasErrorLevel
hasErrorLevel, isError, isFailure, isNoError, isSuccessMethods inherited from interface com.helger.commons.error.level.IHasErrorLevelComparable
compareTo, isEQ, isGE, isGT, isLE, isLT, isNEMethods inherited from interface com.helger.commons.state.ISuccessIndicator
and, or
-
Enum Constant Details
-
FAILURE
-
WARNING
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getID
- Specified by:
getIDin interfacecom.helger.commons.id.IHasID<String>- Returns:
- The token for the EBMS3 message
-
getSeverity
- Returns:
- The token for the EBMS3 message
-
getErrorLevel
- Specified by:
getErrorLevelin interfacecom.helger.commons.error.level.IHasErrorLevel
-
getFromIDOrNull
-
getFromErrorLevelOrNull
@Nullable public static EEbmsErrorSeverity getFromErrorLevelOrNull(@Nullable com.helger.commons.error.level.IErrorLevel aErrorLevel)
-