
Uses of Enum Class
ca.uhn.fhir.model.dstu2.valueset.ContactPointUseEnum
Packages that use ContactPointUseEnum
-
Uses of ContactPointUseEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type ContactPointUseEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt<ContactPointUseEnum> ContactPointDt.getUseElement()Gets the value(s) for use ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type ContactPointUseEnumModifier and TypeMethodDescriptionContactPointDt.setUse(ContactPointUseEnum theValue) Sets the value(s) for use ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type ContactPointUseEnumModifier 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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ContactPointUseEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder<ContactPointUseEnum> ContactPointUseEnum.VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ContactPointUseEnumModifier and TypeMethodDescriptionstatic ContactPointUseEnumReturns the enumerated value associated with this codestatic ContactPointUseEnumReturns the enum constant of this class with the specified name.static ContactPointUseEnum[]ContactPointUseEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.