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