Enum Feld221

  • All Implemented Interfaces:
    Serializable, Comparable<Feld221>

    @Deprecated
    public enum Feld221
    extends Enum<Feld221>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 221, Sparte 30. "Unfall - Wagnisdaten" (Satzart 0221)
    Since:
    20.02.2013
    Author:
    Ralf
    • Enum Constant Detail

      • INTRO2

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

        public static final Feld221 LFD_NUMMER_VP_PERSONENGRUPPE1
        Deprecated.
        Lfd. Nummer der versicherten Person (VP) / Personengruppe.
      • SATZNUMMER1

        public static final Feld221 SATZNUMMER1
        Deprecated.
        Satznummer.
      • TOD

        public static final Feld221 TOD
        Deprecated.
        Tod (12,2 Stellen).
      • INVALIDITAET

        public static final Feld221 INVALIDITAET
        Deprecated.
        Invaliditaet (12,2 Stellen).
      • TAGEGELD1

        public static final Feld221 TAGEGELD1
        Deprecated.
        Tagegeld 1 (8,2 Stellen).
      • TAGEGELD2

        public static final Feld221 TAGEGELD2
        Deprecated.
        Tagegeld 2 (8,2 Stellen).
      • KRANKENHAUSTAGEGELD

        public static final Feld221 KRANKENHAUSTAGEGELD
        Deprecated.
        Krankenhaustagegeld (8,2 Stellen).
      • GENESUNGSGELD

        public static final Feld221 GENESUNGSGELD
        Deprecated.
        Genesungsgeld (8,2 Stellen).
      • UEBERGANGSENTSCHAEDIGUNG

        public static final Feld221 UEBERGANGSENTSCHAEDIGUNG
        Deprecated.
        Uebergangsentschaedigung (12,2 Stellen).
      • HEILKOSTEN

        public static final Feld221 HEILKOSTEN
        Deprecated.
        Heilkosten (12,2 Stellen).
      • FESTE_RENTE

        public static final Feld221 FESTE_RENTE
        Deprecated.
        Feste Rente (12,2 Stellen).
      • KOSMETISCHE_OPERATIONEN

        public static final Feld221 KOSMETISCHE_OPERATIONEN
        Deprecated.
        Kosmetische Operationen (12,2 Stellen).
      • KURKOSTEN

        public static final Feld221 KURKOSTEN
        Deprecated.
        Kurkosten (12,2 Stellen).
      • BERGUNGSKOSTEN

        public static final Feld221 BERGUNGSKOSTEN
        Deprecated.
        Bergungskosten (12,2 Stellen).
      • LEERSTELLEN1

        public static final Feld221 LEERSTELLEN1
        Deprecated.
        Leerstellen.
      • ZUSAETZLICHE_SATZKENNUNG

        public static final Feld221 ZUSAETZLICHE_SATZKENNUNG
        Deprecated.
        zusaetzliche Satzkennung.
      • INTRO3

        public static final Feld221 INTRO3
        Deprecated.
        Feld 1 - 7 sind fuer jeden (Teil-)Datensatz identisch.
      • SATZNUMMER2

        public static final Feld221 SATZNUMMER2
        Deprecated.
        Satznummer.
      • SERVICELEISTUNGEN

        public static final Feld221 SERVICELEISTUNGEN
        Deprecated.
        Serviceleistungen (12,2 Stellen).
      • REFERENZNUMMER

        public static final Feld221 REFERENZNUMMER
        Deprecated.
        Referenznummer.
      • LEERSTELLEN2

        public static final Feld221 LEERSTELLEN2
        Deprecated.
        Leerstellen.
      • SATZNUMMERNWIEDERHOLUNG

        public static final Feld221 SATZNUMMERNWIEDERHOLUNG
        Deprecated.
        Satznummernwiederholung.
      • LFD_NUMMER_VP_PERSONENGRUPPE2

        public static final Feld221 LFD_NUMMER_VP_PERSONENGRUPPE2
        Deprecated.
        Lfd. Nummer der versicherten Person (VP) / Personengruppe.
    • Method Detail

      • values

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

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