Module libldt

Enum Ergebnis2

java.lang.Object
java.lang.Enum<Ergebnis2>
libldt3.model.enums.Ergebnis2
All Implemented Interfaces:
Serializable, Comparable<Ergebnis2>, java.lang.constant.Constable

public enum Ergebnis2 extends Enum<Ergebnis2>
E063
  • Enum Constant Details

    • positiv

      public static final Ergebnis2 positiv
    • negativ

      public static final Ergebnis2 negativ
    • nicht_auswertbar

      public static final Ergebnis2 nicht_auswertbar
      nicht auswertbar
    • suspekt

      public static final Ergebnis2 suspekt
  • Field Details

    • code

      public final String code
  • Method Details

    • values

      public static Ergebnis2[] 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 Ergebnis2 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