Enum Feld1bis7

  • All Implemented Interfaces:
    Serializable, Comparable<Feld1bis7>

    @Deprecated
    public enum Feld1bis7
    extends Enum<Feld1bis7>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Jeder Datensatz beginnt mit denselben 7 Feldern. Dies sind die Felder, die in diesem Enum zusammengefasst sind.
    Since:
    0.7.1 (28.08.2012)
    Author:
    oliver
    • Enum Constant Detail

      • SATZART

        public static final Feld1bis7 SATZART
        Deprecated.
        Satzart.
      • VU_NUMMER

        public static final Feld1bis7 VU_NUMMER
        Deprecated.
        Gemaess VU-Verzeichnis der BaFin, linksbuendig. Das VU-Nr.-Verzeichnis kann bei der Bundesanstalt fuer Finanzdienstleistungsaufsicht in Bonn angefordert werden (Graurheindorfer Str. 108, 53117 Bonn, www.bafin.de). Der neue vierstellige VU.-Nr.-Schluessel gilt ab 01.01.1993
      • BUENDELUNGSKENNZEICHEN

        public static final Feld1bis7 BUENDELUNGSKENNZEICHEN
        Deprecated.
        Kennzeichen für gebuendelte Vertraege. 1 = gebuendelt.
      • SPARTE

        public static final Feld1bis7 SPARTE
        Deprecated.
        Versicherungszweig gemaess Verordnung ueber die Berichterstattung von Versicherungsunternehmen gegenueber der BaFin (BerVersV) Abschnitt C.
      • VERSICHERUNGSSCHEINNUMMER

        public static final Feld1bis7 VERSICHERUNGSSCHEINNUMMER
        Deprecated.
        Versicherungsschein-Nummer, rechtsbuendig, mit Leerstellen linksbuendig auffuellen ohne Sonderzeichen.
      • FOLGENUMMER

        public static final Feld1bis7 FOLGENUMMER
        Deprecated.
        Laufende Nummer innerhalb einer Versicherungsschein-Nummer ueber alle Satzarten fuer die gleiche Datensendung.
      • VERMITTLER

        public static final Feld1bis7 VERMITTLER
        Deprecated.
        Die geschaeftsfuehrende Geschaeftsstelle und der Vermittler ohne Sonderzeichen.
    • Method Detail

      • values

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

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