Enum Feld221

  • All Implemented Interfaces:
    Serializable, Comparable<Feld221>

    @Deprecated
    public enum Feld221
    extends Enum<Feld221>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 221, Sparte 55.
    Since:
    16.04.2018
    Author:
    Ken Schosinsky
    • Enum Constant Detail

      • INTRO1

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

        public static final Feld221 SELBSTBEHALT_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Selbstbehalt in Währungseinheiten.
      • BEITRAG_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 BEITRAG_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Beitrag in Waehrungseinheiten (7,1 Stellen).
      • BAUSTEIN_ZUSCHLAEGE_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 BAUSTEIN_ZUSCHLAEGE_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Baustein-Zuschläge in Währungseinheiten (4,2 Stellen).
      • BAUSTEIN_ABSCHLAEGE_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 BAUSTEIN_ABSCHLAEGE_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Baustein-Abschläge in Währungseinheiten (4,2 Stellen).
      • REFERENZNUMMER

        public static final Feld221 REFERENZNUMMER
        Deprecated.
        Referenznummer.
      • LFD_NUMMER

        public static final Feld221 LFD_NUMMER
        Deprecated.
        Lfd. Nummer.
      • PERSONENNUMMER_LFD_NUMMER

        public static final Feld221 PERSONENNUMMER_LFD_NUMMER
        Deprecated.
        Personennummer / lfd. Nummer.
      • BEZUG_ZUR_TEILSPARTE

        public static final Feld221 BEZUG_ZUR_TEILSPARTE
        Deprecated.
        Bezug zur Teilsparte. 051=KH, 052=KFV, 053=KFT, 054=KU, 059=KG
      • LEERSTELLEN1

        public static final Feld221 LEERSTELLEN1
        Deprecated.
        Leerstellen. Freie Stellen fuer weitere Belegung.
      • SATZNUMMER

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

      • values

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

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