Uses of Enum Class
org.hl7.fhir.r5.model.Linkage.LinkageType
Packages that use Linkage.LinkageType
-
Uses of Linkage.LinkageType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Linkage.LinkageTypeModifier and TypeFieldDescriptionprotected Enumeration<Linkage.LinkageType>Linkage.LinkageItemComponent.typeDistinguishes which item is "source of truth" (if any) and which items are no longer considered to be current representations.Methods in org.hl7.fhir.r5.model that return Linkage.LinkageTypeModifier and TypeMethodDescriptionstatic Linkage.LinkageTypeLinkage.LinkageItemComponent.getType()static Linkage.LinkageTypeReturns the enum constant of this class with the specified name.static Linkage.LinkageType[]Linkage.LinkageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Linkage.LinkageTypeModifier and TypeMethodDescriptionLinkage.LinkageTypeEnumFactory.fromType(PrimitiveType<?> code) Linkage.LinkageItemComponent.getTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type Linkage.LinkageTypeModifier and TypeMethodDescriptionLinkage.LinkageItemComponent.setType(Linkage.LinkageType value) Linkage.LinkageTypeEnumFactory.toCode(Linkage.LinkageType code) Linkage.LinkageTypeEnumFactory.toSystem(Linkage.LinkageType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Linkage.LinkageTypeModifier and TypeMethodDescriptionLinkage.LinkageItemComponent.setTypeElement(Enumeration<Linkage.LinkageType> value) Constructors in org.hl7.fhir.r5.model with parameters of type Linkage.LinkageTypeModifierConstructorDescriptionLinkageItemComponent(Linkage.LinkageType type, Reference resource) Constructor