Enum Feld221Wagnis13

  • All Implemented Interfaces:
    Serializable, Comparable<Feld221Wagnis13>

    @Deprecated
    public enum Feld221Wagnis13
    extends Enum<Feld221Wagnis13>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 221, Sparte 10 (Leben - Kapitallebens-/Risikovers. = Wagnisart 1 und 3, Leben).
    Since:
    12.11.2012
    Author:
    ralfklemmer
    • Enum Constant Detail

      • INTRO1

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

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

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

        public static final Feld221Wagnis13 LFD_NUMMER_ZUR_WAGNISART
        Deprecated.
        Lfd Nummer zur Wagnisart.
      • ERLEBENSFALL_VS_IN_WAEHRUNGSEINHEIT

        public static final Feld221Wagnis13 ERLEBENSFALL_VS_IN_WAEHRUNGSEINHEIT
        Deprecated.
        Erlebensfall VS in Währungseinheiten.
      • TODESFALL_VS_IN_WAEHRUNGSEINHEIT

        public static final Feld221Wagnis13 TODESFALL_VS_IN_WAEHRUNGSEINHEIT
        Deprecated.
        Todesfall VS in Währungseinheiten.
      • ERLEBENSFALL_VS_II_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis13 ERLEBENSFALL_VS_II_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Erlebensfall VS II in Währungseinheiten.
      • BEITRAGSFREIE_ERLEBENSFALL_VS_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis13 BEITRAGSFREIE_ERLEBENSFALL_VS_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Beitragsfreie Erlebensfall VS in Währungseinheiten.
      • BEITRAGSFREIE_TODESFALL_VS_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis13 BEITRAGSFREIE_TODESFALL_VS_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Beitragsfreie Todesfall VS in Währungseinheiten.
      • RUECKKAUFSWERT_IN_WAEHRUNGSEINHEITEN_MIT_NACHKOMMA

        public static final Feld221Wagnis13 RUECKKAUFSWERT_IN_WAEHRUNGSEINHEITEN_MIT_NACHKOMMA
        Deprecated.
        Rückkaufswert in Währungseinheiten.
      • GUTHABEN_DIVID_ANSAMMLUNG_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis13 GUTHABEN_DIVID_ANSAMMLUNG_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Guthaben Divid. Ansammlungen in Währungseinheiten.
      • LEERSTELLEN

        public static final Feld221Wagnis13 LEERSTELLEN
        Deprecated.
        Leerstellen.
      • INTRO2

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

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

        public static final Feld221Wagnis13 WAGNISART2
        Deprecated.
        Wagnisart. 1 = Kapitallebensversicherung, 3 = Risikoversicherung
      • LFD_NUMMER_ZUR_WAGNISART2

        public static final Feld221Wagnis13 LFD_NUMMER_ZUR_WAGNISART2
        Deprecated.
        Lfd Nummer zur Wagnisart.
      • ABSOLUTER_DYNAMIKERHOEHUNGSBETRAG_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis13 ABSOLUTER_DYNAMIKERHOEHUNGSBETRAG_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Absoluter Dynamikerhöhungsbetrag in Währungseinheiten.
      • LEERSTELLEN2

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

      • values

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

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