Enum Feld9999

  • All Implemented Interfaces:
    Serializable, Comparable<Feld9999>

    @Deprecated
    public enum Feld9999
    extends Enum<Feld9999>
    Deprecated.
    inwzischen durch die XML-Beschreibungs aus VUVM2018.xml abgeloest
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 9999 (Nachsatz).
    • Enum Constant Detail

      • SATZART

        public static final Feld9999 SATZART
        Deprecated.
        Satzart.
      • ANZAHL_SAETZE

        public static final Feld9999 ANZAHL_SAETZE
        Deprecated.
        Anzahl der Sätze. ohne Vor-/Nachsatz
      • VERMITTLER

        public static final Feld9999 VERMITTLER
        Deprecated.
        Geschäftsstelle/Vermittler.
      • GESAMTBEITRAG

        public static final Feld9999 GESAMTBEITRAG
        Deprecated.
        Gesamtbeitrag. Addition aller Beiträge ohne Berücksichtigung der Währung aus der Satzart 0200 (13, 2 Stellen)
      • GESAMTBEITRAG_BRUTTO

        public static final Feld9999 GESAMTBEITRAG_BRUTTO
        Deprecated.
        Gesamtbeitrag-Brutto(Inkasso). Addition aller Beiträge ohne Berücksichtigung der Währung aus der Satzart 0400(12, 2 Stellen) Prüfsumme zur Validierung
      • VORZEICHEN

        public static final Feld9999 VORZEICHEN
        Deprecated.
        Vorzeichen. - = Negativ + = Positiv
      • GESAMTPROVISIONSBETRAG

        public static final Feld9999 GESAMTPROVISIONSBETRAG
        Deprecated.
        Gesamtprovisions-Betrag. Addition aller Provisionen ohne Berücksichtigung der Währung aus der Satzart 0400 (12, 2 Stellen) (12,2 Stellen)
      • VORZEICHEN2

        public static final Feld9999 VORZEICHEN2
        Deprecated.
        Vorzeichen. - = Negativ + = Positiv
      • VERSICHERUNGSLEISTUNGEN

        public static final Feld9999 VERSICHERUNGSLEISTUNGEN
        Deprecated.
        Versicherungsleistungen. Addition aller Versicherungsleistungen ohne Berücksichtigung der Währung aus der Satzart 0500 (12, 2 Stellen) Prüfsumme zur Validierung
      • VORZEICHEN3

        public static final Feld9999 VORZEICHEN3
        Deprecated.
        Vorzeichen. - = Negativ + = Positiv
      • SCHADENBEARBEITUNGSKOSTEN

        public static final Feld9999 SCHADENBEARBEITUNGSKOSTEN
        Deprecated.
        Schadenbearbeitungskosten. Addition aller Schadenbearbeitungskosten ohne Berücksichtigung der Währung aus der Satzart 0500 (12, 2 Stellen) Prüfsumme zur Validierung
      • VORZEICHEN4

        public static final Feld9999 VORZEICHEN4
        Deprecated.
        Vorzeichen. - = Negativ + = Positiv
      • LEERSTELLEN

        public static final Feld9999 LEERSTELLEN
        Deprecated.
        Leerstellen.
    • Method Detail

      • values

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

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