Enum Class EEbmsErrorSeverity

java.lang.Object
java.lang.Enum<EEbmsErrorSeverity>
com.helger.phase4.model.error.EEbmsErrorSeverity
All Implemented Interfaces:
com.helger.base.id.IHasID<String>, com.helger.base.state.IErrorIndicator, com.helger.base.state.ISuccessIndicator, com.helger.base.trait.IGenericImplTrait<EEbmsErrorSeverity>, com.helger.diagnostics.error.level.IHasErrorLevel, com.helger.diagnostics.error.level.IHasErrorLevelComparable<EEbmsErrorSeverity>, com.helger.diagnostics.severity.ISeverityComparable<EEbmsErrorSeverity>, Serializable, Comparable<EEbmsErrorSeverity>, Constable

public enum EEbmsErrorSeverity extends Enum<EEbmsErrorSeverity> implements com.helger.base.id.IHasID<String>, com.helger.diagnostics.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 class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EEbmsErrorSeverity valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getID

      @Nonempty public @NonNull @Nonempty String getID()
      Specified by:
      getID in interface com.helger.base.id.IHasID<String>
      Returns:
      The token for the EBMS3 message
    • getSeverity

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

      public @NonNull com.helger.diagnostics.error.level.IErrorLevel getErrorLevel()
      Specified by:
      getErrorLevel in interface com.helger.diagnostics.error.level.IHasErrorLevel
    • getFromIDOrNull

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

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