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