Uses of Enum
org.hl7.fhir.r5.model.RelatedArtifact.RelatedArtifactType
-
Uses of RelatedArtifact.RelatedArtifactType in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<RelatedArtifact.RelatedArtifactType> RelatedArtifact.type
The type of relationship to the related artifact.Modifier and TypeMethodDescriptionRelatedArtifact.getType()
Returns the enum constant of this type with the specified name.static RelatedArtifact.RelatedArtifactType[]
RelatedArtifact.RelatedArtifactType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionRelatedArtifact.RelatedArtifactTypeEnumFactory.fromType
(PrimitiveType<?> code) RelatedArtifact.getTypeElement()
Modifier and TypeMethodDescriptionRelatedArtifact.setType
(RelatedArtifact.RelatedArtifactType value) RelatedArtifact.RelatedArtifactTypeEnumFactory.toCode
(RelatedArtifact.RelatedArtifactType code) RelatedArtifact.RelatedArtifactTypeEnumFactory.toSystem
(RelatedArtifact.RelatedArtifactType code) Modifier and TypeMethodDescriptionRelatedArtifact.setTypeElement
(Enumeration<RelatedArtifact.RelatedArtifactType> value) ModifierConstructorDescriptionConstructor