
Uses of Enum Class
org.hl7.fhir.dstu3.model.Address.AddressUse
Packages that use Address.AddressUse
-
Uses of Address.AddressUse in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Address.AddressUseModifier and TypeFieldDescriptionprotected Enumeration<Address.AddressUse> Address.useThe purpose of this address.Methods in org.hl7.fhir.dstu3.model that return Address.AddressUseModifier and TypeMethodDescriptionstatic Address.AddressUseAddress.getUse()static Address.AddressUseReturns the enum constant of this class with the specified name.static Address.AddressUse[]Address.AddressUse.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Address.AddressUseModifier and TypeMethodDescriptionAddress.AddressUseEnumFactory.fromType(PrimitiveType<?> code) Address.getUseElement()Methods in org.hl7.fhir.dstu3.model with parameters of type Address.AddressUseModifier and TypeMethodDescriptionAddress.setUse(Address.AddressUse value) Address.AddressUseEnumFactory.toCode(Address.AddressUse code) Address.AddressUseEnumFactory.toSystem(Address.AddressUse code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Address.AddressUse