
Uses of Enum Class
org.hl7.fhir.r5.model.ContactPoint.ContactPointSystem
Packages that use ContactPoint.ContactPointSystem
-
Uses of ContactPoint.ContactPointSystem in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ContactPoint.ContactPointSystemModifier and TypeFieldDescriptionprotected Enumeration<ContactPoint.ContactPointSystem> ContactPoint.systemTelecommunications form for contact point - what communications system is required to make use of the contact.Methods in org.hl7.fhir.r5.model that return ContactPoint.ContactPointSystemModifier and TypeMethodDescriptionContactPoint.getSystem()Returns the enum constant of this class with the specified name.static ContactPoint.ContactPointSystem[]ContactPoint.ContactPointSystem.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type ContactPoint.ContactPointSystemModifier and TypeMethodDescriptionContactPoint.ContactPointSystemEnumFactory.fromType(PrimitiveType<?> code) ContactPoint.getSystemElement()Methods in org.hl7.fhir.r5.model with parameters of type ContactPoint.ContactPointSystemModifier and TypeMethodDescriptionstatic ContactPointFactory.newContactPoint(ContactPoint.ContactPointSystem system, String value) ContactPoint.setSystem(ContactPoint.ContactPointSystem value) ContactPoint.ContactPointSystemEnumFactory.toCode(ContactPoint.ContactPointSystem code) ContactPoint.ContactPointSystemEnumFactory.toSystem(ContactPoint.ContactPointSystem code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ContactPoint.ContactPointSystemModifier and TypeMethodDescriptionContactPoint.setSystemElement(Enumeration<ContactPoint.ContactPointSystem> value)