Module libldt

Enum BetroffeneEinrichtung

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

public enum BetroffeneEinrichtung extends Enum<BetroffeneEinrichtung>
E173
  • Enum Constant Details

    • MedizinischenEinrichtungen

      public static final BetroffeneEinrichtung MedizinischenEinrichtungen
      Medizinischen Einrichtungen
    • Pflege_und_anderenWohneinrichtungen

      public static final BetroffeneEinrichtung Pflege_und_anderenWohneinrichtungen
      Pflege- und anderen Wohneinrichtungen
    • Gemeinschaftseinrichtungen

      public static final BetroffeneEinrichtung Gemeinschaftseinrichtungen
    • SonstigenEinrichtungen

      public static final BetroffeneEinrichtung SonstigenEinrichtungen
      Sonstigen Einrichtungen
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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