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 59.
    Since:
    16.04.2018
    Author:
    Ken Schosinsky
    • Enum Constant Detail

      • INTRO1

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

        public static final Feld220 GEPAECK_BEGINN
        Deprecated.
        Gepäck-Beginn.
      • GEPAECK_AUSSCHLUSS

        public static final Feld220 GEPAECK_AUSSCHLUSS
        Deprecated.
        Gepäck-Ausschluss.
      • GEPAECK_AENDERUNGSDAT

        public static final Feld220 GEPAECK_AENDERUNGSDAT
        Deprecated.
        Gepäck-Änderungsdatum.
      • GEPAECKVERSICHERUNGSSUMME_IN_TAUSEND_WAEHRUNGSEINHEITEN

        public static final Feld220 GEPAECKVERSICHERUNGSSUMME_IN_TAUSEND_WAEHRUNGSEINHEITEN
        Deprecated.
        Gepäckversicherungssumme in Tausend Währungseinheiten.
      • GEPAECK_BEITRAG_IN_WAEHRUNGSEINHEITEN

        public static final Feld220 GEPAECK_BEITRAG_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Gepäck-Beitrag in Währungseinheiten (7,1 Stellen).
      • GUELTIGE_AKB

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

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

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

        public static final Feld220 TARIFBEITRAG_100_PROZENT_FUER_KRAFTFAHRT_GEPAECKVERS_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Tarifbeitrag 100 % für Kraftfahrt-Gepäckvers. in Währungseinheiten (7,1 Stellen).
      • REFERENZNUMMER

        public static final Feld220 REFERENZNUMMER
        Deprecated.
        Referenznummer.
      • LFD_NUMMER

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

        public static final Feld220 TARIF
        Deprecated.
        Tarif.
      • PERSONENNUMMER_LFD_NUMMER

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

        public static final Feld220 LEERSTELLEN1
        Deprecated.
        Leerstellen. Freie Stellen fuer weitere Belegung.
      • SATZNUMMER1

        public static final Feld220 SATZNUMMER1
        Deprecated.
        Satznummer.
      • INTRO2

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

        public static final Feld220 PRODUKTKENNUNG
        Deprecated.
        Produktkennung.
      • VERSICHERTE_GEFAHREN

        public static final Feld220 VERSICHERTE_GEFAHREN
        Deprecated.
        Versicherte Gefahren.
      • GELTUNGSBEREICH

        public static final Feld220 GELTUNGSBEREICH
        Deprecated.
        Geltungsbereich.
      • GELTUNGSBEREICHEINSCHRAENKUNG

        public static final Feld220 GELTUNGSBEREICHEINSCHRAENKUNG
        Deprecated.
        Geltungsbereicheinschraenkung.
      • LEERSTELLEN2

        public static final Feld220 LEERSTELLEN2
        Deprecated.
        Leerstellen. Freie Stellen fuer weitere Belegung.
      • SATZNUMMER2

        public static final Feld220 SATZNUMMER2
        Deprecated.
        Satznummer.
    • 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