Enum Feld220Wagnis48Bezugsrechte

    • Enum Constant Detail

      • LFD_NUMMER_VP_PERSONENGRUPPE

        public static final Feld220Wagnis48Bezugsrechte LFD_NUMMER_VP_PERSONENGRUPPE
        Laufende Nummer der versicherten Person (VP). lfd. Nr., die im VU geführt wird
      • WAGNISART

        public static final Feld220Wagnis48Bezugsrechte WAGNISART
        Wagnisart. 4 = BUZ, 8 = Selbständige Berufsunfähigkeitsvers.
      • LFD_NUMMER_SATZART

        public static final Feld220Wagnis48Bezugsrechte LFD_NUMMER_SATZART
        Laufende Nummer der Satzart. Laufende Nummer der Satzart 0220.010.2/6 innerhalb der gleichen Folgenummer (z. B. n-fache hintereinanderfolgende Lieferung der Satzart 0220.010.2/6, wenn mehrere Bezugsrechte vorhanden)
      • BEZUGSBERECHTIGT_IM_LEISTUNGSFALL

        public static final Feld220Wagnis48Bezugsrechte BEZUGSBERECHTIGT_IM_LEISTUNGSFALL
        Bezugsberechtigt im Leistungsfall. 1 = Versicherungsnehmer 2 = Versicherte Person
        9 = Sonstiger Bezugsberechtigter
      • SONSTIGER_BEZUGSBERECHTIGTER_IM_LEISTUNGSFALL

        public static final Feld220Wagnis48Bezugsrechte SONSTIGER_BEZUGSBERECHTIGTER_IM_LEISTUNGSFALL
        Sonstiger Bezugsberechtigter im Leistungsfall. Klartext (z. B. Name, Vorname)
      • BEZUGSRECHTANTEIL_IM_LEISTUNGSFALL

        public static final Feld220Wagnis48Bezugsrechte BEZUGSRECHTANTEIL_IM_LEISTUNGSFALL
        Bezugsrechtanteil im Leistungsfall in Prozent (3,2 Stellen).
      • UNWIDERRUFLICHES_BEZUGSRECHT_IM_LEISTUNGSFALL

        public static final Feld220Wagnis48Bezugsrechte UNWIDERRUFLICHES_BEZUGSRECHT_IM_LEISTUNGSFALL
        Unwiderrufliches Bezugsrecht im Leistungsfall. 0 = nein, 1 = ja
    • Method Detail

      • values

        public static Feld220Wagnis48Bezugsrechte[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Feld220Wagnis48Bezugsrechte c : Feld220Wagnis48Bezugsrechte.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Feld220Wagnis48Bezugsrechte 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