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