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 70.
    Since:
    14.04.11
    Author:
    oliver
    • Enum Constant Detail

      • INTRO1

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

        public static final Feld221 RISIKOGRUPPE_RISIKOART1
        Deprecated.
        Risikogruppe / Risikoart.
      • LFD_NUMMER1

        public static final Feld221 LFD_NUMMER1
        Deprecated.
        Laufende Nummer.
      • SATZNUMMER1

        public static final Feld221 SATZNUMMER1
        Deprecated.
        Satznummer.
      • DECKUNGSSUMME_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 DECKUNGSSUMME_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Deckungssumme in Waehrungseinheiten (12,2 Stellen).
      • LEERSTELLEN1

        public static final Feld221 LEERSTELLEN1
        Deprecated.
        Leerstellen.
      • INTRO2

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

        public static final Feld221 RISIKOGRUPPE_RISIKOART2
        Deprecated.
        Risikogruppe / Risikoart.
      • LFD_NUMMER2

        public static final Feld221 LFD_NUMMER2
        Deprecated.
        Lfd. Nummer.
      • SATZNUMMER2

        public static final Feld221 SATZNUMMER2
        Deprecated.
        Satznummer.
      • ZUSCHLAG1_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 ZUSCHLAG1_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Zuschlag-1 in Waehrungseinheiten (10,2 Stellen).
      • ZUSCHLAG2_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 ZUSCHLAG2_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Zuschlag-2 in Waehrungseinheiten (10,2 Stellen).
      • ABSCHLAG1_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 ABSCHLAG1_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Abschlag-1 in Waehrungseinheiten (10,2 Stellen).
      • ABSCHLAG2_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 ABSCHLAG2_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Abschlag-2 in Waehrungseinheiten (10,2 Stellen).
      • ABSCHLAG3_IN_WAEHRUNGSEINHEITEN

        public static final Feld221 ABSCHLAG3_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Abschlag-3 in Waehrungseinheiten (10,2 Stellen).
      • REFERENZNUMMER

        public static final Feld221 REFERENZNUMMER
        Deprecated.
        Referenznummer.
      • LEERSTELLEN2

        public static final Feld221 LEERSTELLEN2
        Deprecated.
        Leerstellen.
    • 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