Uses of Enum
org.hl7.fhir.r5.model.ElementDefinition.ReferenceVersionRules
Packages that use ElementDefinition.ReferenceVersionRules
-
Uses of ElementDefinition.ReferenceVersionRules in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ElementDefinition.ReferenceVersionRulesModifier and TypeFieldDescriptionElementDefinition.TypeRefComponent.versioningWhether this reference needs to be version specific or version independent, or whether either can be used.Methods in org.hl7.fhir.r5.model that return ElementDefinition.ReferenceVersionRulesModifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.getVersioning()Returns the enum constant of this type with the specified name.ElementDefinition.ReferenceVersionRules.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type ElementDefinition.ReferenceVersionRulesMethods in org.hl7.fhir.r5.model with parameters of type ElementDefinition.ReferenceVersionRulesModifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.setVersioning(ElementDefinition.ReferenceVersionRules value) ElementDefinition.ReferenceVersionRulesEnumFactory.toCode(ElementDefinition.ReferenceVersionRules code) ElementDefinition.ReferenceVersionRulesEnumFactory.toSystem(ElementDefinition.ReferenceVersionRules code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ElementDefinition.ReferenceVersionRulesModifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.setVersioningElement(Enumeration<ElementDefinition.ReferenceVersionRules> value)