Enum Feld221Wagnis5ZukSummenaenderungen

    • Enum Constant Detail

      • LFD_NUMMER_VP_PERSONENGRUPPE

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

        public static final Feld221Wagnis5ZukSummenaenderungen LFD_NUMMER_SATZART
        Deprecated.
        Lfd. Nummer der Satzart. Lfd. Nummer der Satzart 0221.010.5/8 innerhalb der gleichen Folgenummer (z. B. n-fache hintereinanderfolgende Lieferung der Satzart 0221.010.5/8, wenn mehrere zukünftige Summenänderungen feststehen)
      • ANFAENGLICHE_TODESFALL_VS_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis5ZukSummenaenderungen ANFAENGLICHE_TODESFALL_VS_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Anfängliche Todesfall VS in Währungseinheiten. Anfängliche bzw. erste Todesfallleistung (12,2 Stellen)
      • ABSOLUTE_TODESFALLAENDERUNGSSUMME_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis5ZukSummenaenderungen ABSOLUTE_TODESFALLAENDERUNGSSUMME_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Absolute Todesfalländerungssumme in Währungseinheiten. Absolute Summe der Steigerung bzw. Reduzierung der Todesfalleistung (12,0 Stellen)
      • NAECHSTE_TODESFALL_VS_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis5ZukSummenaenderungen NAECHSTE_TODESFALL_VS_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Nächste Todesfall VS in Währungseinheiten. Todesfalleistung ab dem nächsten Änderungstermin (12,2 Stellen)
    • Method Detail

      • values

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

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