public static enum Address.AddressUse extends Enum<Address.AddressUse>
| Enum Constant and Description |
|---|
BILLING
An address to be used to send bills, invoices, receipts etc.
|
HOME
A communication address at a home.
|
NULL
added to help the parsers with the generic types
|
OLD
This address is no longer in use (or was never correct but retained for records).
|
TEMP
A temporary address.
|
WORK
An office address.
|
| Modifier and Type | Method and Description |
|---|---|
static Address.AddressUse |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Address.AddressUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.AddressUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Address.AddressUse HOME
public static final Address.AddressUse WORK
public static final Address.AddressUse TEMP
public static final Address.AddressUse OLD
public static final Address.AddressUse BILLING
public static final Address.AddressUse NULL
public static Address.AddressUse[] values()
for (Address.AddressUse c : Address.AddressUse.values()) System.out.println(c);
public static Address.AddressUse 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 static Address.AddressUse fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.