public static enum SourceOfDeathNotificationCode.SourceOfDeathNotification extends Enum<SourceOfDeathNotificationCode.SourceOfDeathNotification>
| Enum Constant and Description |
|---|
HEALTH_CARE_PROVIDER |
OFFICIAL_DEATH_CERTIFICATE_OR_DEATH_REGISTER |
OTHER |
RELATIVE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDisplayName() |
static SourceOfDeathNotificationCode.SourceOfDeathNotification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceOfDeathNotificationCode.SourceOfDeathNotification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceOfDeathNotificationCode.SourceOfDeathNotification OFFICIAL_DEATH_CERTIFICATE_OR_DEATH_REGISTER
public static final SourceOfDeathNotificationCode.SourceOfDeathNotification HEALTH_CARE_PROVIDER
public static final SourceOfDeathNotificationCode.SourceOfDeathNotification RELATIVE
public static final SourceOfDeathNotificationCode.SourceOfDeathNotification OTHER
public static final SourceOfDeathNotificationCode.SourceOfDeathNotification UNKNOWN
public static SourceOfDeathNotificationCode.SourceOfDeathNotification[] values()
for (SourceOfDeathNotificationCode.SourceOfDeathNotification c : SourceOfDeathNotificationCode.SourceOfDeathNotification.values()) System.out.println(c);
public static SourceOfDeathNotificationCode.SourceOfDeathNotification valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDisplayName()
public String getCode()
Copyright © 2021. All rights reserved.