- All Implemented Interfaces:
Serializable,Comparable<BesonderePersonengruppe>,java.lang.constant.Constable
E021
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBSHG (Bundessozialhilfegesetz) § 264 SGB VEmpfänger von Gesundheitsleistungen nach den §§ 4, 6 AsylbLGkeine AngabeSER (Soziales Entschädigungsrecht)SVA-Kennzeichnung für zwischenstaatliches Krankenversicherungsrecht: Personen mit Wohnsitz im Inland, Abrechnung nach AufwandSVA-Kennzeichnung, pauschal -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic BesonderePersonengruppeReturns the enum constant of this type with the specified name.static BesonderePersonengruppe[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
keineAngabe
keine Angabe -
BSHG264SGB_V
BSHG (Bundessozialhilfegesetz) § 264 SGB V -
SER
SER (Soziales Entschädigungsrecht) -
SVA_Kennzeichnung_fuer_zwischenstaatliches
SVA-Kennzeichnung für zwischenstaatliches Krankenversicherungsrecht: Personen mit Wohnsitz im Inland, Abrechnung nach Aufwand -
SVA_Kennzeichnung_pauschal
SVA-Kennzeichnung, pauschal -
Empfaenger_vonGesundheitsleistungen_nach_den46AsylbLG
Empfänger von Gesundheitsleistungen nach den §§ 4, 6 AsylbLG
-
-
Field Details
-
code
-
-
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
-