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 51.
    Since:
    14.04.11
    Author:
    oliver
    • Enum Constant Detail

      • INTRO1

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

        public static final Feld221 KH_DECKUNGSSUMMEN_IN_WAEHRUNGSEINHEITEN_TEIL1
        Deprecated.
        KH-Deckungssummen in Waehrungseinheiten Teil 1 (12,2 Stellen).
      • KH_DECKUNGSSUMMEN_IN_WAEHRUNGSEINHEITEN_TEIL2

        public static final Feld221 KH_DECKUNGSSUMMEN_IN_WAEHRUNGSEINHEITEN_TEIL2
        Deprecated.
        KH-Deckungssummen in Waehrungseinheiten Teil 2 (12,2 Stellen).
      • KH_DECKUNGSSUMMEN_IN_WAEHRUNGSEINHEITEN_TEIL3

        public static final Feld221 KH_DECKUNGSSUMMEN_IN_WAEHRUNGSEINHEITEN_TEIL3
        Deprecated.
        KH-Deckungssummen in Waehrungseinheiten Teil 3 (12,2 Stellen).
      • KH_BEITRAG_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 KH_BEITRAG_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        KH-Beitrag in Waehrungseinheiten (10,2 Stellen).
      • KH_ZUSCHLAEGE_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 KH_ZUSCHLAEGE_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        KH-Zuschlaege in Waehrungseinheiten (10,2 Stellen).
      • KH_ABSCHLAEGE_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 KH_ABSCHLAEGE_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        KH-Abschlaege in Waehrungseinheiten (10,2 Stellen).
      • TARIFBEITRAG_100_PROZENT_FUER_KRAFTFAHRT_HAFTPFLICHT_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 TARIFBEITRAG_100_PROZENT_FUER_KRAFTFAHRT_HAFTPFLICHT_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Tarifbeitrag 100 % fuer Kraftfahrt-Haftpflicht in Waehrungseinheiten (10,2 Stellen).
      • FREI_VEREINBARTE_SELBSTBETEILIGUNG_IN_WAEHRUNGSEINHEITEN_FUER_KH

        public static final Feld221 FREI_VEREINBARTE_SELBSTBETEILIGUNG_IN_WAEHRUNGSEINHEITEN_FUER_KH
        Deprecated.
        Frei vereinbarte Selbstbeteiligung in Waehrungseinheiten fuer KH (10,2 Stellen).
      • REFERENZNUMMER

        public static final Feld221 REFERENZNUMMER
        Deprecated.
        Referenznummer.
      • LFD_NUMMER

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

        public static final Feld221 PERSONENNUMMER_LFD_NUMMER
        Deprecated.
        Personennummer / lfd. Nummer.
      • LEERSTELLEN

        public static final Feld221 LEERSTELLEN
        Deprecated.
        Leerstellen .
      • SATZNUMMER

        public static final Feld221 SATZNUMMER
        Deprecated.
        Satznummer.
    • 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