Enum WagnisartLeben

java.lang.Object
java.lang.Enum<WagnisartLeben>
gdv.xport.satz.feld.common.WagnisartLeben
All Implemented Interfaces:
Serializable, Comparable<WagnisartLeben>, Constable

public enum WagnisartLeben extends Enum<WagnisartLeben>
The Enum WagnisartLeben.
  • Enum Constant Details

    • NULL

      public static final WagnisartLeben NULL
      The null.
    • ANGABEN_VERSICHERTE_PERSON

      public static final WagnisartLeben ANGABEN_VERSICHERTE_PERSON
      The angaben versicherte person.
    • KAPITALLEBENSVERSICHERUNG

      public static final WagnisartLeben KAPITALLEBENSVERSICHERUNG
      The kapitallebensversicherung.
    • RISIKOVERSICHERUNG

      public static final WagnisartLeben RISIKOVERSICHERUNG
      The risikoversicherung.
    • RENTENVERSICHERUNG

      public static final WagnisartLeben RENTENVERSICHERUNG
      The rentenversicherung.
    • BU

      public static final WagnisartLeben BU
      The bu.
    • BU_SELBSTSTAENDIGE

      public static final WagnisartLeben BU_SELBSTSTAENDIGE
      The bu selbststaendige.
    • RISIKOZUSATZ

      public static final WagnisartLeben RISIKOZUSATZ
      The risikozusatz.
    • UNFALL

      public static final WagnisartLeben UNFALL
      The unfall.
    • KAPITAL_ODER_FONDGEBUNDENE_LEBENSVERSICHERUNG

      public static final WagnisartLeben KAPITAL_ODER_FONDGEBUNDENE_LEBENSVERSICHERUNG
      The kapital oder fondgebundene lebensversicherung.
    • FONDSGEBUNDENE_RENTENVERSICHERUNG

      public static final WagnisartLeben FONDSGEBUNDENE_RENTENVERSICHERUNG
      The fondsgebundene rentenversicherung.
  • Method Details

    • values

      public static WagnisartLeben[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static WagnisartLeben 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
    • getCode

      public int getCode()
      Gets the code.
      Returns:
      the code
    • isIn

      public static WagnisartLeben isIn(String code)
      Checks if is in.
      Parameters:
      code - the code
      Returns:
      the wagnisart leben