Geschlecht

enum Geschlecht : Enum<Geschlecht> , KFachwert

Die Werte fuer das Geschlecht orientieren sich am Handbuch des Gesamtverbands der Deutschen Versicherungswirtschaft (GDV). Auch die Reihenfolge entspricht diesem Handbuch. Zusaetzlich wurde noch Geschlecht.DIVERS und Geschlecht.UNBEKANNT als Wert mit aufgenommen.

Since

2.0

Entries

Link copied to clipboard

Juristische Person (meist Firmen).

Link copied to clipboard

Maennliches Geschlecht.

Link copied to clipboard

Weibliches Geschlecht.

Link copied to clipboard

Divers.

Link copied to clipboard

Unbekanntes Geschlecht.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun isValid(): Boolean
Link copied to clipboard
open override fun toMap(): Map<String, Any>
Link copied to clipboard
open override fun toString(): String

Als Ergebnis werden die einzelnen Elemente in normaler Schreibweise ausgegeben und nicht in kompletter Grossschreibung.

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.