Package gdv.xport.satz.feld.common
Enum WagnisartLeben
- All Implemented Interfaces:
Serializable
,Comparable<WagnisartLeben>
,java.lang.constant.Constable
The Enum WagnisartLeben.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe angaben versicherte person.The bu.The bu selbststaendige.The fondsgebundene rentenversicherung.The kapital oder fondgebundene lebensversicherung.The kapitallebensversicherung.The null.The rentenversicherung.The risikoversicherung.The risikozusatz.The unfall. -
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
Gets the code.static WagnisartLeben
Checks if is in.static WagnisartLeben
Returns the enum constant of this type with the specified name.static WagnisartLeben[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NULL
The null. -
ANGABEN_VERSICHERTE_PERSON
The angaben versicherte person. -
KAPITALLEBENSVERSICHERUNG
The kapitallebensversicherung. -
RISIKOVERSICHERUNG
The risikoversicherung. -
RENTENVERSICHERUNG
The rentenversicherung. -
BU
The bu. -
BU_SELBSTSTAENDIGE
The bu selbststaendige. -
RISIKOZUSATZ
The risikozusatz. -
UNFALL
The unfall. -
KAPITAL_ODER_FONDGEBUNDENE_LEBENSVERSICHERUNG
The kapital oder fondgebundene lebensversicherung. -
FONDSGEBUNDENE_RENTENVERSICHERUNG
The fondsgebundene rentenversicherung.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getCode
public int getCode()Gets the code.- Returns:
- the code
-
isIn
Checks if is in.- Parameters:
code
- the code- Returns:
- the wagnisart leben
-