Enum Feld230

  • All Implemented Interfaces:
    Serializable, Comparable<Feld230>

    @Deprecated
    public enum Feld230
    extends Enum<Feld230>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 220, Sparte 10. "Leben - Fondsdatensatz" (Satzart 0230)
    Since:
    19.01.2013
    Author:
    ralfklemmer
    • Enum Constant Detail

      • INTRO1

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

        public static final Feld230 LFD_NUMMER_VP_PERSONENGRUPPE
        Deprecated.
        Laufende Nummer der versicherten Person (VP). lfd. Nr., die im VU geführt wird
      • WAGNISART

        public static final Feld230 WAGNISART
        Deprecated.
        Wagnisart. 7 = Fonsgebundene LV 9 = Fondsgebundene Rentenversicherung
      • LFD_NUMMER_ZUR_WAGNISART

        public static final Feld230 LFD_NUMMER_ZUR_WAGNISART
        Deprecated.
        Lfd Nummer zur Wagnisart.
      • LFD_NUMMER_DES_FONDS

        public static final Feld230 LFD_NUMMER_DES_FONDS
        Deprecated.
        Lfd Nummer des Fonds.
      • WERTPAPIERKENNNUMMER

        public static final Feld230 WERTPAPIERKENNNUMMER
        Deprecated.
        Wertpapierkennnummer.
      • FONDSKENNUNG

        public static final Feld230 FONDSKENNUNG
        Deprecated.
        Fondskennung. Fonds-Schlüssel zur eindeutigen Darstellung im System
      • ISIN_NUMMER

        public static final Feld230 ISIN_NUMMER
        Deprecated.
        ISIN-Nummer. internationale Wertpapierkennnummer gemäß ISO-Norm 6166
      • FONDSNAME

        public static final Feld230 FONDSNAME
        Deprecated.
        Fondsname.
      • THESAUR

        public static final Feld230 THESAUR
        Deprecated.
        Thesaur. Kennzeichen, ob Fond thesaurierend 0 = nein, 1 = ja
      • ANTEILE

        public static final Feld230 ANTEILE
        Deprecated.
        Anteile. Anteile in Stück (8,6 Stellen)
      • BEZUGSDAT

        public static final Feld230 BEZUGSDAT
        Deprecated.
        Bezugsdatum. Gültigkeitstermin des Anteilsstandes Tag/Monat/Jahr (TTMMJJJJ)
      • PROZENTSATZ

        public static final Feld230 PROZENTSATZ
        Deprecated.
        Prozentsatz. Prozentualer Anteil des Beitrags mit dem dieser Fonds aktuell bespart wird (3,4 Stellen)
      • LEERSTELLEN

        public static final Feld230 LEERSTELLEN
        Deprecated.
        Leerstellen.
      • SATZNUMMER

        public static final Feld230 SATZNUMMER
        Deprecated.
        Satznummer.
    • Method Detail

      • values

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

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