Enum Feld221Wagnis2Auszahlungen

    • Enum Constant Detail

      • INTRO1

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

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

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

        public static final Feld221Wagnis2Auszahlungen LFD_NUMMER_ZUR_WAGNISART
        Deprecated.
        Laufende Nummer zur Wagnisart.
      • LFD_NUMMER_SATZART

        public static final Feld221Wagnis2Auszahlungen LFD_NUMMER_SATZART
        Deprecated.
        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)
      • NAECHSTE_AUSZAHLUNGSSUMME_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis2Auszahlungen NAECHSTE_AUSZAHLUNGSSUMME_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Nächste Auszahlungssumme in Währungseinheiten. Vereinbarte Auszahlungssumme (12,2 Stellen)

        Typo mit 3.1.1 auf "NAECHSTE_AUSZAHLUNGSSUMME_IN_WAEHRUNGSEINHEITEN" korrigiert (vorher: NAECHSTE_AUSZAHLUNGSSUMMER_IN_WAEHRUNGSEINHEITEN).

    • Method Detail

      • values

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

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