Uses of Enum
org.hl7.fhir.r4.model.ElementDefinition.ReferenceVersionRules
-
Uses of ElementDefinition.ReferenceVersionRules in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionElementDefinition.TypeRefComponent.versioning
Whether this reference needs to be version specific or version independent, or whether either can be used.Modifier 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.Modifier and TypeMethodDescriptionElementDefinition.ReferenceVersionRulesEnumFactory.fromType
(PrimitiveType<?> code) ElementDefinition.TypeRefComponent.getVersioningElement()
Modifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.setVersioning
(ElementDefinition.ReferenceVersionRules value) ElementDefinition.ReferenceVersionRulesEnumFactory.toCode
(ElementDefinition.ReferenceVersionRules code) ElementDefinition.ReferenceVersionRulesEnumFactory.toSystem
(ElementDefinition.ReferenceVersionRules code) Modifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.setVersioningElement
(Enumeration<ElementDefinition.ReferenceVersionRules> value)