Enum Feld220

  • All Implemented Interfaces:
    Serializable, Comparable<Feld220>

    @Deprecated
    public enum Feld220
    extends Enum<Feld220>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 220, Sparte 53.
    Since:
    07.04.11
    Author:
    oliver
    • Enum Constant Detail

      • INTRO1

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

        public static final Feld220 KFT_BEGINN
        Deprecated.
        KFT-Beginn.
      • KFT_AUSSCHLUSS

        public static final Feld220 KFT_AUSSCHLUSS
        Deprecated.
        KFT-Ausschluss.
      • KFT_AENDERUNGSDAT

        public static final Feld220 KFT_AENDERUNGSDAT
        Deprecated.
        KFT-aenderungsdatum.
      • KFT_TARIFGRUPPE

        public static final Feld220 KFT_TARIFGRUPPE
        Deprecated.
        KFT-Tarifgruppe.
      • KFT_DECKUNGSART

        public static final Feld220 KFT_DECKUNGSART
        Deprecated.
        KFT-Deckungsart.
      • KFT_BEITRAG_IN_WAEHRUNGSEINHEITEN

        public static final Feld220 KFT_BEITRAG_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        KFT-Beitrag in Waehrungseinheiten (7,1 Stellen).
      • KFT_ZUSCHLAEGE_IN_PROZENT

        public static final Feld220 KFT_ZUSCHLAEGE_IN_PROZENT
        Deprecated.
        KFT-Zuschlaege in % (3,2 Stellen).
      • KFT_ABSCHLAEGE_IN_PROZENT

        public static final Feld220 KFT_ABSCHLAEGE_IN_PROZENT
        Deprecated.
        KFT-Abschlaege in % (3,2 Stellen).
      • KFT_ZUSCHLAEGE_IN_WAEHRUNGSEINHEITEN

        public static final Feld220 KFT_ZUSCHLAEGE_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        KFT-Zuschlaege in Waehrungseinheiten (4,2 Stellen).
      • KFT_ABSCHLAEGE_IN_WAEHRUNGSEINHEITEN

        public static final Feld220 KFT_ABSCHLAEGE_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        KFT-Abschlaege in Waehrungseinheiten (4,2 Stellen).
      • FLOTTENRABATT_IN_PROZENT

        public static final Feld220 FLOTTENRABATT_IN_PROZENT
        Deprecated.
        Flottenrabatt in % (2,1 Stellen).
      • GUELTIGE_AKB

        public static final Feld220 GUELTIGE_AKB
        Deprecated.
        Gueltige AKB.
      • PROVISION

        public static final Feld220 PROVISION
        Deprecated.
        Provision (2,2 Stellen).
      • TYPKLASSE_FUER_KFT

        public static final Feld220 TYPKLASSE_FUER_KFT
        Deprecated.
        Typklasse fuer KFT.
      • FREI_VEREINBARTE_SELBSTBETEILIGUNG_IN_WAEHRUNGSEINHEITEN_FUER_TEILKASKO

        public static final Feld220 FREI_VEREINBARTE_SELBSTBETEILIGUNG_IN_WAEHRUNGSEINHEITEN_FUER_TEILKASKO
        Deprecated.
        Frei vereinbarte Selbstbeteiligung in Waehrungseinheiten fuer Teilkasko.
      • KENNZEICHEN_FUER_ABWEICHENDE_PROVISION

        public static final Feld220 KENNZEICHEN_FUER_ABWEICHENDE_PROVISION
        Deprecated.
        Kennzeichen fuer abweichende Provision.
      • TARIFBEITRAG_100_PROZENT_FUER_KRAFTFAHRT_FAHRZEUGTEIL_IN_WAEHRUNGSEINHEITEN

        public static final Feld220 TARIFBEITRAG_100_PROZENT_FUER_KRAFTFAHRT_FAHRZEUGTEIL_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Tarifbeitrag 100 % fuer Kraftfahrt-Fahrzeugteil in Waehrungseinheiten (7,1 Stellen).
      • REFERENZNUMMER

        public static final Feld220 REFERENZNUMMER
        Deprecated.
        Referenznummer.
      • TARIF

        public static final Feld220 TARIF
        Deprecated.
        Tarif.
      • LFD_NUMMER

        public static final Feld220 LFD_NUMMER
        Deprecated.
        Lfd. Nummer.
      • PERSONENNUMMER_LFD_NUMMER

        public static final Feld220 PERSONENNUMMER_LFD_NUMMER
        Deprecated.
        Personennummer / lfd. Nummer.
      • SCHUTZBRIEF_VERKEHRSSERVICE

        public static final Feld220 SCHUTZBRIEF_VERKEHRSSERVICE
        Deprecated.
        Schutzbrief /Verkehrsservice.
      • GAP_DECKUNG

        public static final Feld220 GAP_DECKUNG
        Deprecated.
        GAP-Deckung.
      • SATZNUMMER1

        public static final Feld220 SATZNUMMER1
        Deprecated.
        Satznummer.
      • TEILDATENSATZ2

        public static final Feld220 TEILDATENSATZ2
        Deprecated.
        Teildatensatz 2.
    • Method Detail

      • values

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

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