Enum Class FeatureError.Level

java.lang.Object
java.lang.Enum<FeatureError.Level>
de.espirit.firstspirit.store.access.feature.FeatureError.Level
All Implemented Interfaces:
Serializable, Comparable<FeatureError.Level>, Constable
Enclosing class:
FeatureError

public static enum FeatureError.Level extends Enum<FeatureError.Level>
The level of this feature error.
Since:
5.1.305
  • Enum Constant Details

    • WARNING

      public static final FeatureError.Level WARNING
      Warning level
      Since:
      5.1.305
    • ERROR

      public static final FeatureError.Level ERROR
      Feature errors of type error leads to a not installable feature transport file.
      Since:
      5.1.305
  • Method Details

    • values

      public static FeatureError.Level[] 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 FeatureError.Level 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