
Uses of Enum
org.hl7.fhir.r4.model.StructureDefinition.TypeDerivationRule
Packages that use StructureDefinition.TypeDerivationRule
-
Uses of StructureDefinition.TypeDerivationRule in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureDefinition.TypeDerivationRuleModifier and TypeFieldDescriptionStructureDefinition.derivation
How the type relates to the baseDefinition.Methods in org.hl7.fhir.r4.model that return StructureDefinition.TypeDerivationRuleModifier and TypeMethodDescriptionStructureDefinition.getDerivation()
Returns the enum constant of this type with the specified name.StructureDefinition.TypeDerivationRule.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 StructureDefinition.TypeDerivationRuleModifier and TypeMethodDescriptionStructureDefinition.TypeDerivationRuleEnumFactory.fromType
(PrimitiveType<?> code) StructureDefinition.getDerivationElement()
Methods in org.hl7.fhir.r4.model with parameters of type StructureDefinition.TypeDerivationRuleModifier and TypeMethodDescriptionStructureDefinition.setDerivation
(StructureDefinition.TypeDerivationRule value) StructureDefinition.TypeDerivationRuleEnumFactory.toCode
(StructureDefinition.TypeDerivationRule code) StructureDefinition.TypeDerivationRuleEnumFactory.toSystem
(StructureDefinition.TypeDerivationRule code) Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureDefinition.TypeDerivationRuleModifier and TypeMethodDescriptionStructureDefinition.setDerivationElement
(Enumeration<StructureDefinition.TypeDerivationRule> value)