Enum Satz220Teil2

  • All Implemented Interfaces:
    Serializable, Comparable<Satz220Teil2>

    @Deprecated
    public enum Satz220Teil2
    extends Enum<Satz220Teil2>
    Deprecated.
    Enums mit Annotationen werden ab v6 nicht mehr unterstuetzt
    Teil 2 des Datensatzes 220 fuer die Sparten 51, 52 und 53 ist identisch aufgebaut. Dieser Teil wurde in diese Klasse herausgezogen.
    Since:
    0.7.1 (17.07.2012)
    Author:
    oliver
    • Enum Constant Detail

      • INTRO2

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

        public static final Satz220Teil2 PRODUKTKENNUNG
        Deprecated.
        Produktkennung.
      • VERSICHERTE_GEFAHREN

        public static final Satz220Teil2 VERSICHERTE_GEFAHREN
        Deprecated.
        Versicherte Gefahren.
      • SELBSTBETEILIGUNG_IN_PROZENT

        public static final Satz220Teil2 SELBSTBETEILIGUNG_IN_PROZENT
        Deprecated.
        Selbstbeteiligung in % (3,2 Stellen).
      • SELBSTBETEILIGUNG_IN_WE_MIND

        public static final Satz220Teil2 SELBSTBETEILIGUNG_IN_WE_MIND
        Deprecated.
        Selbstbeteiligung in WE (mind.) (10,2 Stellen).
      • SELBSTBETEILIGUNG_IN_WE_MAX

        public static final Satz220Teil2 SELBSTBETEILIGUNG_IN_WE_MAX
        Deprecated.
        Selbstbeteiligung in WE (max.) (10,2 Stellen).
      • GELTUNGSBEREICH

        public static final Satz220Teil2 GELTUNGSBEREICH
        Deprecated.
        Geltungsbereich.
      • GELTUNGSBEREICHEINSCHRAENKUNG

        public static final Satz220Teil2 GELTUNGSBEREICHEINSCHRAENKUNG
        Deprecated.
        Geltungsbereicheinschraenkung.
      • SATZNUMMER2

        public static final Satz220Teil2 SATZNUMMER2
        Deprecated.
        Satznummer.
    • Method Detail

      • values

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

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