Uses of Enum
org.hl7.fhir.dstu2.model.ContactPoint.ContactPointSystem
-
Uses of ContactPoint.ContactPointSystem in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ContactPoint.ContactPointSystem> ContactPoint.system
Telecommunications form for contact point - what communications system is required to make use of the contact.Modifier and TypeMethodDescriptionContactPoint.getSystem()
Returns the enum constant of this type with the specified name.static ContactPoint.ContactPointSystem[]
ContactPoint.ContactPointSystem.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic ContactPoint
Factory.newContactPoint
(ContactPoint.ContactPointSystem system, String value) ContactPoint.setSystem
(ContactPoint.ContactPointSystem value) ContactPoint.ContactPointSystemEnumFactory.toCode
(ContactPoint.ContactPointSystem code) Modifier and TypeMethodDescriptionContactPoint.setSystemElement
(Enumeration<ContactPoint.ContactPointSystem> value)