Enum Feld210

  • All Implemented Interfaces:
    Serializable, Comparable<Feld210>

    @Deprecated
    public enum Feld210
    extends Enum<Feld210>
    Deprecated.
    nicht mehr aktuell
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 210, Sparte 70.

    Gegenueber der XML-Beschreibung "VUVM2018.xml" fehlt das letzte Feld "Erweiterter BerVersV-Schluessel". Von daher sollte die XML-Variante fuer die Instanziierung von Satz 210.070 herangezogen werden.

    Since:
    05.04.11
    Author:
    oliver
    • Enum Constant Detail

      • INTRO1

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

        public static final Feld210 VERTRAGSSTATUS
        Deprecated.
        Vertragsstatus und weitere Felder.
      • ZAHLUNGSWEISE

        public static final Feld210 ZAHLUNGSWEISE
        Deprecated.
        Zahlungsweise.
      • HAUPTFAELLIGKEIT

        public static final Feld210 HAUPTFAELLIGKEIT
        Deprecated.
        Hauptfaelligkeit.
      • WAEHRUNGSSCHLUESSEL

        public static final Feld210 WAEHRUNGSSCHLUESSEL
        Deprecated.
        Waehrungsschluessel.
      • BEITRAG_IN_WAEHRUNGSEINHEITEN

        public static final Feld210 BEITRAG_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Beitrag in Waehrungseinheiten (10,2 Stellen).
      • ABSCHLUSSPROVISION

        public static final Feld210 ABSCHLUSSPROVISION
        Deprecated.
        Abschlussprovision (3,2 Stellen).
      • KENNZEICHEN_ABWEICHENDE_ABSCHLUSSPROVISION

        public static final Feld210 KENNZEICHEN_ABWEICHENDE_ABSCHLUSSPROVISION
        Deprecated.
        Kennzeichen fuer abweichende Abschlussprovision.
      • FOLGEPROVISION

        public static final Feld210 FOLGEPROVISION
        Deprecated.
        Folgeprovision (3,2 Stellen).
      • KENNZEICHEN_ABWEICHENDE_FOLGEPROVISION

        public static final Feld210 KENNZEICHEN_ABWEICHENDE_FOLGEPROVISION
        Deprecated.
        Kennzeichen fuer abweichende Folgeprovision.
      • ABWEICHENDE_VU_NR

        public static final Feld210 ABWEICHENDE_VU_NR
        Deprecated.
        Abweichende VU-Nr.
      • KENNZEICHEN_ABWEICHENDE_VU_NR

        public static final Feld210 KENNZEICHEN_ABWEICHENDE_VU_NR
        Deprecated.
        Kennzeichen zur Erlaeuterung der abweichenden VU-Nr.
      • RESTLAUFZEIT_DES_VERTRAGES

        public static final Feld210 RESTLAUFZEIT_DES_VERTRAGES
        Deprecated.
        Restlaufzeit des Vertrages.
      • LAUFZEITRABATT_IN_PROZENT

        public static final Feld210 LAUFZEITRABATT_IN_PROZENT
        Deprecated.
        Laufzeitrabatt in % (2,2 Stellen).
      • PRODUKTFORM

        public static final Feld210 PRODUKTFORM
        Deprecated.
        Produktform.
      • PRODUKTFORM_GUELTIG_AB

        public static final Feld210 PRODUKTFORM_GUELTIG_AB
        Deprecated.
        Produktform gueltig ab.
      • PRODUKTNAME

        public static final Feld210 PRODUKTNAME
        Deprecated.
        Produktname.
      • REFERENZNUMMER

        public static final Feld210 REFERENZNUMMER
        Deprecated.
        Referenznummer.
      • LEERSTELLEN

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

      • values

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

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