Enum Feld211

  • All Implemented Interfaces:
    Serializable, Comparable<Feld211>

    @Deprecated
    public enum Feld211
    extends Enum<Feld211>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 211, Sparte 50.
    Since:
    06.04.11
    Author:
    oliver
    • Enum Constant Detail

      • INTRO1

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

        public static final Feld211 NEUPREIS_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Neupreis in Waehrungseinheiten (10,2 Stellen).
      • MEHRWERT_IN_WAEHRUNGSEINHEITEN

        public static final Feld211 MEHRWERT_IN_WAEHRUNGSEINHEITEN
        Deprecated.
        Mehrwert in Waehrungseinheiten (10,2 Stellen).
      • REFERENZNUMMER

        public static final Feld211 REFERENZNUMMER
        Deprecated.
        Referenznummer.
      • LFD_NUMMER

        public static final Feld211 LFD_NUMMER
        Deprecated.
        Lfd. Nummer.
      • KUNDENNR_VERSICHERER

        public static final Feld211 KUNDENNR_VERSICHERER
        Deprecated.
        Personen-/Kundennummer des Versicherers.
      • LEERSTELLEN

        public static final Feld211 LEERSTELLEN
        Deprecated.
        Leerstellen.
      • SATZNUMMER1

        public static final Feld211 SATZNUMMER1
        Deprecated.
        Satznummer.
    • Method Detail

      • values

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

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