Uses of Enum
org.hl7.fhir.dstu2.model.Provenance.ProvenanceEntityRole
-
Uses of Provenance.ProvenanceEntityRole in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Provenance.ProvenanceEntityRole> Provenance.ProvenanceEntityComponent.role
How the entity was used during the activity.Modifier and TypeMethodDescriptionProvenance.ProvenanceEntityComponent.getRole()
Returns the enum constant of this type with the specified name.static Provenance.ProvenanceEntityRole[]
Provenance.ProvenanceEntityRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionProvenance.ProvenanceEntityComponent.setRole
(Provenance.ProvenanceEntityRole value) Provenance.ProvenanceEntityRoleEnumFactory.toCode
(Provenance.ProvenanceEntityRole code) Modifier and TypeMethodDescriptionProvenance.ProvenanceEntityComponent.setRoleElement
(Enumeration<Provenance.ProvenanceEntityRole> value) ModifierConstructorDescriptionProvenanceEntityComponent
(Enumeration<Provenance.ProvenanceEntityRole> role, Coding type, UriType reference)