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