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