Enum Feld230

  • All Implemented Interfaces:
    Serializable, Comparable<Feld230>

    @Deprecated
    public enum Feld230
    extends Enum<Feld230>
    Deprecated.
    bitte gleichnamige Enum aus gdv.xport.satz.feld.sparte30 benutzen
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 230, Sparte 30. "Unfall Leistungsarten" (Satzart 0230)
    Since:
    20.02.2013
    Author:
    Ralf
    • Enum Constant Detail

      • INTRO2

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

        public static final Feld230 LFD_NUMMER_VP_PERSONENGRUPPE
        Deprecated.
        Laufende Nummer der versicherten Person (VP) / Personengruppe.
      • ART_DER_LEISTUNG

        public static final Feld230 ART_DER_LEISTUNG
        Deprecated.
        Art der Leistung. siehe Anlage 80
      • BEZEICHNUNG_DER_LEISTUNG

        public static final Feld230 BEZEICHNUNG_DER_LEISTUNG
        Deprecated.
        Bezeichnung der Leistung. Text zur Art der Leistung
      • LFD_NUMMER_ZUR_ART_DER_LEISTUNG

        public static final Feld230 LFD_NUMMER_ZUR_ART_DER_LEISTUNG
        Deprecated.
        Laufende Nummer zur Art der Leistung. Laufende Nummer zur Art der Leistung, beginnend mit 001 innerhalb der lfd. Nummer der Person / Personengruppen
      • ART_DER_AUSZAHLUNG

        public static final Feld230 ART_DER_AUSZAHLUNG
        Deprecated.
        Art der Auszahlung. 01 = Kapital 02 = Rente 03 = Sachleistung 04 = Prämienfreistellung
      • LEISTUNGSZAHLUNGSWEISE

        public static final Feld230 LEISTUNGSZAHLUNGSWEISE
        Deprecated.
        Leistungszahlungsweise. Es handelt sich hier um die Zahlweise bei Eintritt einer Leistung! 1 = jährlich 2 = halbjährlich 3 = täglich 4 = vierteljährlich 5 = Sonstiges 6 = Einmalzahlung 7 = noch zu bestimmen 8 = monatlich
      • BEGINN_DER_ZAHLUNG_AB_TAG

        public static final Feld230 BEGINN_DER_ZAHLUNG_AB_TAG
        Deprecated.
        Beginn der Zahlung ab Tag.
      • LEISTUNG

        public static final Feld230 LEISTUNG
        Deprecated.
        Leistung in WE. (12,2 Stellen)
      • BEITRAGSSATZ

        public static final Feld230 BEITRAGSSATZ
        Deprecated.
        Beitragssatz. (3,4 Stellen)
      • ART_DES_BEITRAGSSATZES

        public static final Feld230 ART_DES_BEITRAGSSATZES
        Deprecated.
        Art des Beitragssatzes. 01 = von Tausend (Promille) 02 = von Hundert (Prozent) 03 = Faktor 04 = Fester Beitrag
      • BEITRAG

        public static final Feld230 BEITRAG
        Deprecated.
        Beitrag in WE. (10,2 Stellen)
      • PROZENTSATZ_PROGRESSIVE_INVALIDITAET_MEHRLEISTUNG_BEI_INVALIDITAET

        public static final Feld230 PROZENTSATZ_PROGRESSIVE_INVALIDITAET_MEHRLEISTUNG_BEI_INVALIDITAET
        Deprecated.
        Prozentsatz progressive Invalidität / Mehrleistung bei Invalidität. (10,2 Stellen)
      • LEISTUNG_AB_INVALIDITAETSGRAD_IN_PROZENT

        public static final Feld230 LEISTUNG_AB_INVALIDITAETSGRAD_IN_PROZENT
        Deprecated.
        Leistung ab Invaliditätsgrad in Prozent. (3,4 Stellen)
      • LEERSTELLEN

        public static final Feld230 LEERSTELLEN
        Deprecated.
        Leerstellen.
      • SATZNUMMER1

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

      • values

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

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