Enum Feld220Wagnis0

  • All Implemented Interfaces:
    Serializable, Comparable<Feld220Wagnis0>

    @Deprecated
    public enum Feld220Wagnis0
    extends Enum<Feld220Wagnis0>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 220, Sparte 10 (Leben - Angaben zur versicherten Person: Person = Wagnisart 0).
    Since:
    12.11.2012
    Author:
    ralfklemmer
    • Enum Constant Detail

      • INTRO1

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

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

        public static final Feld220Wagnis0 WAGNISART
        Deprecated.
        Wagnisart. 0 = VP
      • LFD_NUMMER_ZUR_WAGNISART

        public static final Feld220Wagnis0 LFD_NUMMER_ZUR_WAGNISART
        Deprecated.
        Lfd Nummer zur Wagnisart.
      • NAME_VP

        public static final Feld220Wagnis0 NAME_VP
        Deprecated.
        Name der VP.
      • VORNAME_VP

        public static final Feld220Wagnis0 VORNAME_VP
        Deprecated.
        Vorname der VP.
      • GEBURTSDAT_VP

        public static final Feld220Wagnis0 GEBURTSDAT_VP
        Deprecated.
        Geburtsdatum der VP.
      • GESCHLECHT_VP

        public static final Feld220Wagnis0 GESCHLECHT_VP
        Deprecated.
        Geschlecht der VP. 0 = juristische Person, 1 = männlich, 2 = weiblich
      • BERUFSSCHLUESSEL

        public static final Feld220Wagnis0 BERUFSSCHLUESSEL
        Deprecated.
        Berufsschlüssel.
      • BERUF_TEXT

        public static final Feld220Wagnis0 BERUF_TEXT
        Deprecated.
        Beruf - Text.
      • ANZAHL_DER_VERSICHERTEN_PERSONEN

        public static final Feld220Wagnis0 ANZAHL_DER_VERSICHERTEN_PERSONEN
        Deprecated.
        Anzahl der versicherten Personen.
      • GEBURTSDAT_VP2

        public static final Feld220Wagnis0 GEBURTSDAT_VP2
        Deprecated.
        Geburtsdatum der 2. VP.
      • PERSONEN_KUNDENNUMMER_DES_VERSICHERERS

        public static final Feld220Wagnis0 PERSONEN_KUNDENNUMMER_DES_VERSICHERERS
        Deprecated.
        Personen-/Kundennummer des Versicherers.
      • PERSONEN_KUNDENNUMMER_DES_VERMITTLERS

        public static final Feld220Wagnis0 PERSONEN_KUNDENNUMMER_DES_VERMITTLERS
        Deprecated.
        Personen-/Kundennummer des Vermittlers.
      • DIENSTEINTRITT

        public static final Feld220Wagnis0 DIENSTEINTRITT
        Deprecated.
        Diensteintritt.
      • MITARBEITER_STATUS

        public static final Feld220Wagnis0 MITARBEITER_STATUS
        Deprecated.
        Mitarbeiter-Status.
      • STATUS_SEIT

        public static final Feld220Wagnis0 STATUS_SEIT
        Deprecated.
        Status seit.
      • SOZIALVERSICHERUNG_NUMMER

        public static final Feld220Wagnis0 SOZIALVERSICHERUNG_NUMMER
        Deprecated.
        Sozialversicherung Nummer.
      • STAATSANGEHOERIGKEIT

        public static final Feld220Wagnis0 STAATSANGEHOERIGKEIT
        Deprecated.
        Staatsangehörigkeit. KFZ-Länderkennzeichen, z. B. Länderkennzeichen für D = Deutschland, B = Belgien, DK = Dänemark, F = Frankreich, CDN = Kanada siehe Anlage 63
      • UNVERFALLBARKEIT

        public static final Feld220Wagnis0 UNVERFALLBARKEIT
        Deprecated.
        Unverfallbarkeit. 0 = nein, 1 = ja
      • DAT_UNVERFALLBARKEIT

        public static final Feld220Wagnis0 DAT_UNVERFALLBARKEIT
        Deprecated.
        Datum Unverfallbarkeit.
      • ART_DES_BERUFSSCHLUESSELVERZEICHNISSES

        public static final Feld220Wagnis0 ART_DES_BERUFSSCHLUESSELVERZEICHNISSES
        Deprecated.
        Art des Berufschluesselverzeichnisses.
      • LEERSTELLEN

        public static final Feld220Wagnis0 LEERSTELLEN
        Deprecated.
        Leerstellen.
      • SATZNUMMER

        public static final Feld220Wagnis0 SATZNUMMER
        Deprecated.
        Satznummer.
    • Method Detail

      • values

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

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