Module libldt

Enum ResistenzMethode

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

public enum ResistenzMethode extends Enum<ResistenzMethode>
E059
  • Enum Constant Details

    • keinAntibiogramm_erstellt

      public static final ResistenzMethode keinAntibiogramm_erstellt
      kein Antibiogramm erstellt
    • Agardiffusion

      public static final ResistenzMethode Agardiffusion
    • Agardilution

      public static final ResistenzMethode Agardilution
    • PCR_und_Hybridisierung

      public static final ResistenzMethode PCR_und_Hybridisierung
      PCR + Hybridisierung
    • sonstige

      public static final ResistenzMethode sonstige
    • BreakpointMethode

      public static final ResistenzMethode BreakpointMethode
      Breakpoint-Methode
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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