Enum Feld221Wagnis2

  • All Implemented Interfaces:
    Serializable, Comparable<Feld221Wagnis2>

    @Deprecated
    public enum Feld221Wagnis2
    extends Enum<Feld221Wagnis2>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 221, Sparte 10. "Leben - Rentenversicherung = Wagnisart 2 " (Satzart 0221)
    Since:
    19.01.2013
    Author:
    ralfklemmer
    • Enum Constant Detail

      • INTRO1

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

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

        public static final Feld221Wagnis2 WAGNISART
        Deprecated.
        Wagnisart. 2 = Rentenversicherung
      • LFD_NUMMER_ZUR_WAGNISART

        public static final Feld221Wagnis2 LFD_NUMMER_ZUR_WAGNISART
        Deprecated.
        Lfd Nummer zur Wagnisart. siehe Anlage 15
      • RUECKKAUFSWERT_IN_WAEHRUNGSEINHEITEN_MIT_NACHKOMMA

        public static final Feld221Wagnis2 RUECKKAUFSWERT_IN_WAEHRUNGSEINHEITEN_MIT_NACHKOMMA
        Deprecated.
        Rückkaufswert in Währungseinheiten. incl. aller Dynamiken (12,2 Stellen)
      • GUTHABEN_DIVID_ANSAMMLUNGEN_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis2 GUTHABEN_DIVID_ANSAMMLUNGEN_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Guthaben Divid. Ansammlungen in Währungseinheiten. (12,2 Stellen)
      • KAPITALZAHLUNGSSUMME_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis2 KAPITALZAHLUNGSSUMME_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Kapitalzahlungs-Summe in Währungseinheiten. Vertraglich vereinbarte Kapitalzahlungssumme zum Ablauf (inkl. Abrufphase) (12,2 Stellen)
      • LEERSTELLEN

        public static final Feld221Wagnis2 LEERSTELLEN
        Deprecated.
        Leerstellen.
      • INTRO2

        public static final Feld221Wagnis2 INTRO2
        Deprecated.
        Feld 1 - 7 sind fuer jeden (Teil-)Datensatz identisch.
      • LFD_NUMMER_VP_PERSONENGRUPPE2

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

        public static final Feld221Wagnis2 WAGNISART2
        Deprecated.
        Wagnisart. 2 = Rentenversicherung
      • LFD_NUMMER_ZUR_WAGNISART2

        public static final Feld221Wagnis2 LFD_NUMMER_ZUR_WAGNISART2
        Deprecated.
        Lfd Nummer zur Wagnisart. siehe Anlage 15
      • ABSOLUTER_DYNAMIKERHOEHUNGSBETRAG_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis2 ABSOLUTER_DYNAMIKERHOEHUNGSBETRAG_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Absoluter Dynamikerhöhungsbetrag in Währungseinheiten. (10,2 Stellen)
      • LEERSTELLEN2

        public static final Feld221Wagnis2 LEERSTELLEN2
        Deprecated.
        Leerstellen.
    • Method Detail

      • values

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

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