Enum Class MeldungTyp.FehlerStufe

java.lang.Object
java.lang.Enum<MeldungTyp.FehlerStufe>
de.consist.bmu.rule.MeldungTyp.FehlerStufe
All Implemented Interfaces:
Serializable, Comparable<MeldungTyp.FehlerStufe>, Constable
Enclosing interface:
MeldungTyp

public static enum MeldungTyp.FehlerStufe extends Enum<MeldungTyp.FehlerStufe>
Enumeration der Fehlerstufen.
  • Enum Constant Details

  • Method Details

    • values

      public static MeldungTyp.FehlerStufe[] 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 MeldungTyp.FehlerStufe 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
    • getStufe

      public int getStufe()
      Returns:
      Die Fehlerstufe
    • getFehlerStufe

      public static MeldungTyp.FehlerStufe getFehlerStufe(int i)