Enum EEbmsErrorSeverity

java.lang.Object
java.lang.Enum<EEbmsErrorSeverity>
com.helger.phase4.error.EEbmsErrorSeverity
All Implemented Interfaces:
com.helger.commons.error.level.IHasErrorLevel, com.helger.commons.error.level.IHasErrorLevelComparable<EEbmsErrorSeverity>, 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.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
    Enum Constant
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.helger.commons.error.level.IErrorLevel
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.helger.commons.traits.IGenericImplTrait

    thisAsT

    Methods inherited from interface com.helger.commons.error.level.IHasErrorLevel

    hasErrorLevel, isError, isFailure, isNoError, isSuccess

    Methods inherited from interface com.helger.commons.error.level.IHasErrorLevelComparable

    compareTo, isEQ, isGE, isGT, isLE, isLT, isNE

    Methods inherited from interface com.helger.commons.state.ISuccessIndicator

    and, or
  • Enum Constant Details

  • Method Details

    • values

      public static EEbmsErrorSeverity[] 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

      public static EEbmsErrorSeverity valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getSeverity

      @Nonnull @Nonempty public String getSeverity()
      Returns:
      The token for the EBMS3 message
    • getErrorLevel

      @Nonnull public com.helger.commons.error.level.IErrorLevel getErrorLevel()
      Specified by:
      getErrorLevel in interface com.helger.commons.error.level.IHasErrorLevel