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