Uses of Enum
org.hl7.fhir.r4.model.ContactPoint.ContactPointUse
-
Uses of ContactPoint.ContactPointUse in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ContactPoint.ContactPointUse> ContactPoint.use
Identifies the purpose for the contact point.Modifier and TypeMethodDescriptionstatic ContactPoint.ContactPointUse
ContactPoint.getUse()
static ContactPoint.ContactPointUse
Returns the enum constant of this type with the specified name.static ContactPoint.ContactPointUse[]
ContactPoint.ContactPointUse.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionContactPoint.ContactPointUseEnumFactory.fromType
(PrimitiveType<?> code) ContactPoint.getUseElement()
Modifier and TypeMethodDescriptionContactPoint.setUse
(ContactPoint.ContactPointUse value) ContactPoint.ContactPointUseEnumFactory.toCode
(ContactPoint.ContactPointUse code) ContactPoint.ContactPointUseEnumFactory.toSystem
(ContactPoint.ContactPointUse code) Modifier and TypeMethodDescriptionContactPoint.setUseElement
(Enumeration<ContactPoint.ContactPointUse> value)