Enum Feld221Wagnis48

  • All Implemented Interfaces:
    Serializable, Comparable<Feld221Wagnis48>

    public enum Feld221Wagnis48
    extends Enum<Feld221Wagnis48>
    Diese Enum-Klasse repraesentiert die Felder fuer Satzart 221, Sparte 10 "Leben - Berufsunfähigkeit = Wagnisart 4 und 8 " (Satzart 0221). Siehe auch http://www.gdv-online.de/vuvm/bestand/rel2015/ds0221.010.48.1.htm
    Since:
    19.01.2013
    Author:
    ralfklemmer
    • Enum Constant Detail

      • INTRO1

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

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

        public static final Feld221Wagnis48 WAGNISART
        Wagnisart. 4 = BUZ, 8 = Selbständige Berufsunfähigkeitsvers.
      • LFD_NUMMER_ZUR_WAGNISART

        public static final Feld221Wagnis48 LFD_NUMMER_ZUR_WAGNISART
        Lfd Nummer zur Wagnisart.
      • ABSOLUTER_DYNAMIKERHOEHUNGSBETRAG_IN_WAEHRUNGSEINHEITEN

        public static final Feld221Wagnis48 ABSOLUTER_DYNAMIKERHOEHUNGSBETRAG_IN_WAEHRUNGSEINHEITEN
        Absoluter Dynamikerhoehungsbetrag in Waaehrungseinheiten.
      • LEERSTELLEN

        public static final Feld221Wagnis48 LEERSTELLEN
        Leerstellen.
    • Method Detail

      • values

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

        public static Feld221Wagnis48 valueOf​(String name)
        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