Enum Feld222

  • All Implemented Interfaces:
    Serializable, Comparable<Feld222>

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

      • INTRO2

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

        public static final Feld222 LFD_NUMMER_VP_PERSONENGRUPPE1
        Deprecated.
        Laufende Nummer der versicherten Person (VP) / Personengruppe.
      • ERKRANKUNGEN

        public static final Feld222 ERKRANKUNGEN
        Deprecated.
        Erkrankungen. Liegen oder lagen Erkrankungen im Zeitraum und Umfang gemäß Antrag vor? 0 = nein, 1 = ja
      • UNFAELLE

        public static final Feld222 UNFAELLE
        Deprecated.
        Unfälle. Lagen Unfälle im Zeitraum und Umfang gemäß Antrag vor? 0 = nein, 1 = ja
      • DAUERSCHAEDEN_KOERPERLICHE_BEEINTRAECHTIGUNGEN

        public static final Feld222 DAUERSCHAEDEN_KOERPERLICHE_BEEINTRAECHTIGUNGEN
        Deprecated.
        Dauerschäden / Körperliche Beeinträchtigungen. Bestehen Dauerschäden oder körperliche Beeinträchtigungen ? 0 = nein, 1 = ja
      • LEERSTELLEN

        public static final Feld222 LEERSTELLEN
        Deprecated.
        Leerstellen.
      • SATZNUMMER1

        public static final Feld222 SATZNUMMER1
        Deprecated.
        Satznummer.
    • Method Detail

      • values

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

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