Enum VorsatzFeld1bis6

  • All Implemented Interfaces:
    Serializable, Comparable<VorsatzFeld1bis6>

    @Deprecated
    public enum VorsatzFeld1bis6
    extends Enum<VorsatzFeld1bis6>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Jeder Vorsatz beginnt mit denselben 6 Feldern. Dies sind die Felder, die in diesem Enum zusammengefasst sind.
    Since:
    0.9.0 (22.11.2012)
    Author:
    oliver
    • Enum Constant Detail

      • VU_NUMMER

        public static final VorsatzFeld1bis6 VU_NUMMER
        Deprecated.
        VU-Nummer Gemäß VU-Verzeichnis der BaFin, linksbündig, Das VU-Nr.-Verzeichnis kann bei der Bundesanstalt für Finanzdienstleistungsaufsicht in Bonn angefordert werden (Graurheindorfer Str. 108, 53117 Bonn, www.bafin.de).
      • ABSENDER

        public static final VorsatzFeld1bis6 ABSENDER
        Deprecated.
        Absender Bei Übertragung via DFÜ kann hier statt Klartext eine Empfänger- oder Absender-Codierung eingestellt werden.
      • ERSTELLUNGSDAT_ZEITRAUM_VOM

        public static final VorsatzFeld1bis6 ERSTELLUNGSDAT_ZEITRAUM_VOM
        Deprecated.
        Erstellungs-Datum- Zeitraum vom- Zeitraum bis.
      • ERSTELLUNGSDAT_ZEITRAUM_BIS

        public static final VorsatzFeld1bis6 ERSTELLUNGSDAT_ZEITRAUM_BIS
        Deprecated.
        Erstellungs-Datum- Zeitraum vom- Zeitraum bis.
      • VERMITTLER

        public static final VorsatzFeld1bis6 VERMITTLER
        Deprecated.
        Geschäftsstelle und Vermittler. Die geschäftsführende Geschäftsstelle und der Vermittler ohne Sonderzeichen
    • Method Detail

      • values

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

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