
Uses of Enum Class
org.hl7.fhir.r4.model.ElementDefinition.DiscriminatorType
Packages that use ElementDefinition.DiscriminatorType
-
Uses of ElementDefinition.DiscriminatorType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ElementDefinition.DiscriminatorTypeModifier and TypeFieldDescriptionprotected Enumeration<ElementDefinition.DiscriminatorType> ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.typeHow the element value is interpreted when discrimination is evaluated.Methods in org.hl7.fhir.r4.model that return ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.getType()Returns the enum constant of this class with the specified name.static ElementDefinition.DiscriminatorType[]ElementDefinition.DiscriminatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionElementDefinition.DiscriminatorTypeEnumFactory.fromType(PrimitiveType<?> code) ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.setType(ElementDefinition.DiscriminatorType value) ElementDefinition.DiscriminatorTypeEnumFactory.toCode(ElementDefinition.DiscriminatorType code) ElementDefinition.DiscriminatorTypeEnumFactory.toSystem(ElementDefinition.DiscriminatorType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.setTypeElement(Enumeration<ElementDefinition.DiscriminatorType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinition.DiscriminatorTypeModifierConstructorDescriptionElementDefinitionSlicingDiscriminatorComponent(Enumeration<ElementDefinition.DiscriminatorType> type, StringType path) Constructor