Module libldt

Enum Auftrag

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

public enum Auftrag extends Enum<Auftrag>
E178
  • Enum Constant Details

    • Zytologie

      public static final Auftrag Zytologie
    • HPV_Test

      public static final Auftrag HPV_Test
      HPV-Test
    • KoTestung

      public static final Auftrag KoTestung
      Ko-Testung (Zyt.+HPV)
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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