Uses of Enum
org.hl7.fhir.r4.model.Linkage.LinkageType
Packages that use Linkage.LinkageType
-
Uses of Linkage.LinkageType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return Linkage.LinkageTypeModifier and TypeMethodDescriptionstatic Linkage.LinkageTypeLinkage.LinkageItemComponent.getType()static Linkage.LinkageTypeReturns the enum constant of this type with the specified name.static Linkage.LinkageType[]Linkage.LinkageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Linkage.LinkageTypeMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type Linkage.LinkageTypeModifier and TypeMethodDescriptionLinkage.LinkageItemComponent.setTypeElement(Enumeration<Linkage.LinkageType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Linkage.LinkageTypeModifierConstructorDescriptionLinkageItemComponent(Enumeration<Linkage.LinkageType> type, Reference resource) Constructor