Enum Class ValidationInfoSeverity

java.lang.Object
java.lang.Enum<ValidationInfoSeverity>
de.hybris.platform.rulebuilderbackoffice.editors.ValidationInfoSeverity
All Implemented Interfaces:
Serializable, Comparable<ValidationInfoSeverity>, Constable

public enum ValidationInfoSeverity extends Enum<ValidationInfoSeverity>
Represents severity level of Rule Validation results
  • 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
    Generated enum value for ValidationInfoSeverity.ERROR("z-icon-times-circle", "ye-validation-error") value defined at extension rulebuilderbackoffice.
    Generated enum value for ValidationInfoSeverity.INFO("z-icon-info-circle", "ye-validation-info") value defined at extension rulebuilderbackoffice.
    Generated enum value for ValidationInfoSeverity.NONE("", "ye-validation-none") value defined at extension rulebuilderbackoffice.
    Generated enum value for ValidationInfoSeverity.WARN("z-icon-exclamation-triangle", "ye-validation-warn") value defined at extension rulebuilderbackoffice.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ERROR

      public static final ValidationInfoSeverity ERROR
      Generated enum value for ValidationInfoSeverity.ERROR("z-icon-times-circle", "ye-validation-error") value defined at extension rulebuilderbackoffice.
    • WARN

      public static final ValidationInfoSeverity WARN
      Generated enum value for ValidationInfoSeverity.WARN("z-icon-exclamation-triangle", "ye-validation-warn") value defined at extension rulebuilderbackoffice.
    • INFO

      public static final ValidationInfoSeverity INFO
      Generated enum value for ValidationInfoSeverity.INFO("z-icon-info-circle", "ye-validation-info") value defined at extension rulebuilderbackoffice.
    • NONE

      public static final ValidationInfoSeverity NONE
      Generated enum value for ValidationInfoSeverity.NONE("", "ye-validation-none") value defined at extension rulebuilderbackoffice.
  • Method Details

    • values

      public static ValidationInfoSeverity[] 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 ValidationInfoSeverity 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
    • getIconStyleClass

      public String getIconStyleClass()
    • getStyleClass

      public String getStyleClass()