Enum Feld221Wagnis6

  • All Implemented Interfaces:
    Serializable, Comparable<Feld221Wagnis6>

    @Deprecated
    public enum Feld221Wagnis6
    extends Enum<Feld221Wagnis6>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 221, Sparte 10 "Leben - Unfall = Wagnisart 6 - Zukünftige Summenänderung" (Satzart 0221).
    Since:
    19.01.2013
    Author:
    ralfklemmer
    • Enum Constant Detail

      • INTRO1

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

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

        public static final Feld221Wagnis6 WAGNISART
        Deprecated.
        Wagnisart. 6 = Unfallzusatzversicherung
      • LFD_NUMMER_ZUR_WAGNISART

        public static final Feld221Wagnis6 LFD_NUMMER_ZUR_WAGNISART
        Deprecated.
        Lfd Nummer zur Wagnisart.
      • UNFALLSUMME_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis6 UNFALLSUMME_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Unfallsumme in Währungseinheiten. (12,2 Stellen)
      • LEERSTELLEN

        public static final Feld221Wagnis6 LEERSTELLEN
        Deprecated.
        Leerstellen.
      • INTRO2

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

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

        public static final Feld221Wagnis6 WAGNISART2
        Deprecated.
        Wagnisart. 6 = Unfallzusatzversicherung
      • LFD_NUMMER_ZUR_WAGNISART2

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

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

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

      • values

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

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