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 211, Sparte 40 ( "Haftpflicht - Wagnisdaten" (Satzart 0221) ).
    Since:
    20.02.2013
    Author:
    rklemmer
    • Enum Constant Detail

      • INTRO1

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

        public static final Feld221 WAGNISART
        Deprecated.
        Wagnisart. siehe Anlage 16
      • ORDNUNGS_NUMMER_FUER_WAGNISZUATZ

        public static final Feld221 ORDNUNGS_NUMMER_FUER_WAGNISZUATZ
        Deprecated.
        Ordnungs-Nummer für Wagniszuatz. Lfd. Nr. bei mehreren Wagnissen gleicher Wagnisart
      • SATZNUMMER

        public static final Feld221 SATZNUMMER
        Deprecated.
        Satznummer. konstant 1
      • DECKUNGSSUMME_1_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 DECKUNGSSUMME_1_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Deckungssumme 1 in Währungseinheiten. abweichende Deckungssumme zum Vertrag (12,2 Stellen)
      • DECKUNGSSUMME_2_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 DECKUNGSSUMME_2_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Deckungssumme 2 in Währungseinheiten. siehe Erläuterung Deckungssumme 1
      • DECKUNGSSUMME_3_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 DECKUNGSSUMME_3_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Deckungssumme 3 in Währungseinheiten. siehe Erläuterung Deckungssumme 1
      • DECKUNGSSUMME_4_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 DECKUNGSSUMME_4_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Deckungssumme 4 in Währungseinheiten. siehe Erläuterung Deckungssumme 1
      • REFERENZNUMMER

        public static final Feld221 REFERENZNUMMER
        Deprecated.
        Referenznummer. Wenn in einem gebündelten Vertrag (Bündelungskennzeichen = 1) mehrere gleiche Sparten unter der selben Versicherungsscheinnummer gebündelt werden, müssen diese im Feld Referenznummer unterschieden werden.
      • LEERSTELLEN

        public static final Feld221 LEERSTELLEN
        Deprecated.
        Leerstellen. Freie Stellen fuer weitere Belegung.
    • 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