Enum EEbmsErrorSeverity

java.lang.Object
java.lang.Enum<EEbmsErrorSeverity>
com.helger.phase4.model.error.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
  • 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
    • getID

      @Nonnull @Nonempty public String getID()
      Specified by:
      getID in interface com.helger.commons.id.IHasID<String>
      Returns:
      The token for the EBMS3 message
    • 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
    • getFromIDOrNull

      @Nullable public static EEbmsErrorSeverity getFromIDOrNull(@Nullable String sID)
    • getFromErrorLevelOrNull

      @Nullable public static EEbmsErrorSeverity getFromErrorLevelOrNull(@Nullable com.helger.commons.error.level.IErrorLevel aErrorLevel)