Enum Feld220Wagnis7Bezugsrechte

    • Enum Constant Detail

      • INTRO1

        public static final Feld220Wagnis7Bezugsrechte INTRO1
        Deprecated.
        Feld 1 - 7 sind fuer jeden (Teil-)Datensatz identisch.
      • LFD_NUMMER_VP_PERSONENGRUPPE

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

        public static final Feld220Wagnis7Bezugsrechte WAGNISART
        Deprecated.
        Wagnisart. 1 = Kapitallebensversicherung 3 = Risikoversicherung
      • LFD_NUMMER_ZUR_WAGNISART

        public static final Feld220Wagnis7Bezugsrechte LFD_NUMMER_ZUR_WAGNISART
        Deprecated.
        Lfd Nummer zur Wagnisart.
      • LFD_NUMMER_SATZART

        public static final Feld220Wagnis7Bezugsrechte LFD_NUMMER_SATZART
        Deprecated.
        Lfd. Nummer der Satzart Lfd. Nummer der Satzart 0220.010.6/6 innerhalb der gleichen Folgenummer (z. B. n-fache hintereinanderfolgende Lieferung der Satzart 0220.010.6/6, wenn mehrere Bezugsrechte vorhanden)
      • BEZUGSBERECHTIGT_IM_ERLEBENSFALL

        public static final Feld220Wagnis7Bezugsrechte BEZUGSBERECHTIGT_IM_ERLEBENSFALL
        Deprecated.
        Bezugsberechtigt im Erlebensfall. 1 = Versicherungsnehmer 2 = Versicherte Person 9 = Sonstiger Bezugsberechtigter
      • SONSTIGER_BEZUGSBERECHTIGTER_IM_ERLEBENSFALL

        public static final Feld220Wagnis7Bezugsrechte SONSTIGER_BEZUGSBERECHTIGTER_IM_ERLEBENSFALL
        Deprecated.
        Sonstiger Bezugsberechtigter im Erlebensfall. Klartext (z. B. Name, Vorname)
      • BEZUGSRECHTANTEIL_IM_ERLEBENSFALL

        public static final Feld220Wagnis7Bezugsrechte BEZUGSRECHTANTEIL_IM_ERLEBENSFALL
        Deprecated.
        Bezugsrechtanteil im Erlebensfall in Prozent (3,2 Stellen).
      • UNWIDERRUFLICHES_BEZUGSRECHT_IM_ERLEBENSFALL

        public static final Feld220Wagnis7Bezugsrechte UNWIDERRUFLICHES_BEZUGSRECHT_IM_ERLEBENSFALL
        Deprecated.
        Unwiderrufliches Bezugsrecht im Erlebensfall. 0 = nein, 1 = ja
      • BEZUGSBERECHTIGT_IM_TODESFALL

        public static final Feld220Wagnis7Bezugsrechte BEZUGSBERECHTIGT_IM_TODESFALL
        Deprecated.
        Bezugsberechtigt im Todesfall. 1 = Versicherungsnehmer 2 = gesetzliche Erbfolge 3 = Reihenfolge: Ehegatte, Kinder, Eltern, Erben 9 = Sonstiger Bezugsberechtigter
      • SONSTIGER_BEZUGSBERECHTIGTER_IM_TODESFALL

        public static final Feld220Wagnis7Bezugsrechte SONSTIGER_BEZUGSBERECHTIGTER_IM_TODESFALL
        Deprecated.
        Sonstiger Bezugsberechtigter im Todesfall. Klartext (z. B. Name, Vorname)
      • BEZUGSRECHTANTEIL_IM_TODESFALL

        public static final Feld220Wagnis7Bezugsrechte BEZUGSRECHTANTEIL_IM_TODESFALL
        Deprecated.
        Bezugsrechtanteil im Todesfall. in Prozent (3,2 Stellen)
      • UNWIDERRUFLICHES_BEZUGSRECHT_IM_TODESFALL

        public static final Feld220Wagnis7Bezugsrechte UNWIDERRUFLICHES_BEZUGSRECHT_IM_TODESFALL
        Deprecated.
        Unwiderrufliches Bezugsrecht im Todesfall. 0 = nein, 1 = ja
    • Method Detail

      • values

        public static Feld220Wagnis7Bezugsrechte[] values()
        Deprecated.
        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 (Feld220Wagnis7Bezugsrechte c : Feld220Wagnis7Bezugsrechte.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Feld220Wagnis7Bezugsrechte valueOf​(String name)
        Deprecated.
        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