
Uses of Enum
org.hl7.fhir.r5.model.Address.AddressType
Packages that use Address.AddressType
-
Uses of Address.AddressType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Address.AddressTypeModifier and TypeFieldDescriptionprotected Enumeration
<Address.AddressType> Address.type
Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g.Methods in org.hl7.fhir.r5.model that return Address.AddressTypeModifier and TypeMethodDescriptionstatic Address.AddressType
Address.getType()
static Address.AddressType
Returns the enum constant of this type with the specified name.static Address.AddressType[]
Address.AddressType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Address.AddressTypeModifier and TypeMethodDescriptionAddress.AddressTypeEnumFactory.fromType
(PrimitiveType<?> code) Address.getTypeElement()
Methods in org.hl7.fhir.r5.model with parameters of type Address.AddressTypeModifier and TypeMethodDescriptionAddress.setType
(Address.AddressType value) Address.AddressTypeEnumFactory.toCode
(Address.AddressType code) Address.AddressTypeEnumFactory.toSystem
(Address.AddressType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Address.AddressType