Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.AddressUseEnum
-
Uses of AddressUseEnum in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<AddressUseEnum> AddressDt.getUseElement()
Gets the value(s) for use ().Modifier and TypeMethodDescriptionAddressDt.setUse
(AddressUseEnum theValue) Sets the value(s) for use ()Modifier and TypeMethodDescriptionAddressDt.setUse
(ca.uhn.fhir.model.primitive.BoundCodeDt<AddressUseEnum> theValue) Sets the value(s) for use () -
Uses of AddressUseEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<AddressUseEnum> AddressUseEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic AddressUseEnum
Returns the enumerated value associated with this codestatic AddressUseEnum
Returns the enum constant of this type with the specified name.static AddressUseEnum[]
AddressUseEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.