
Uses of Enum Class
org.hl7.fhir.dstu3.model.ElementDefinition.ReferenceVersionRules
Packages that use ElementDefinition.ReferenceVersionRules
- 
Uses of ElementDefinition.ReferenceVersionRules in org.hl7.fhir.dstu3.modelFields in org.hl7.fhir.dstu3.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.dstu3.model that return ElementDefinition.ReferenceVersionRulesModifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.getVersioning()Returns the enum constant of this class with the specified name.ElementDefinition.ReferenceVersionRules.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ElementDefinition.ReferenceVersionRulesModifier and TypeMethodDescriptionElementDefinition.ReferenceVersionRulesEnumFactory.fromType(PrimitiveType<?> code) ElementDefinition.TypeRefComponent.getVersioningElement()Methods in org.hl7.fhir.dstu3.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.dstu3.model with type arguments of type ElementDefinition.ReferenceVersionRulesModifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.setVersioningElement(Enumeration<ElementDefinition.ReferenceVersionRules> value)