Module libldt

Enum BesonderePersonengruppe

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

public enum BesonderePersonengruppe extends Enum<BesonderePersonengruppe>
E021
  • Enum Constant Details

    • keineAngabe

      public static final BesonderePersonengruppe keineAngabe
      keine Angabe
    • BSHG264SGB_V

      public static final BesonderePersonengruppe BSHG264SGB_V
      BSHG (Bundessozialhilfegesetz) § 264 SGB V
    • SER

      public static final BesonderePersonengruppe SER
      SER (Soziales Entschädigungsrecht)
    • SVA_Kennzeichnung_fuer_zwischenstaatliches

      public static final BesonderePersonengruppe SVA_Kennzeichnung_fuer_zwischenstaatliches
      SVA-Kennzeichnung für zwischenstaatliches Krankenversicherungsrecht: Personen mit Wohnsitz im Inland, Abrechnung nach Aufwand
    • SVA_Kennzeichnung_pauschal

      public static final BesonderePersonengruppe SVA_Kennzeichnung_pauschal
      SVA-Kennzeichnung, pauschal
    • Empfaenger_vonGesundheitsleistungen_nach_den46AsylbLG

      public static final BesonderePersonengruppe Empfaenger_vonGesundheitsleistungen_nach_den46AsylbLG
      Empfänger von Gesundheitsleistungen nach den §§ 4, 6 AsylbLG
  • Field Details

    • code

      public final String code
  • Method Details

    • values

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