Uses of Enum
org.hl7.fhir.r5.model.ElementDefinition.DiscriminatorType
Packages that use ElementDefinition.DiscriminatorType
-
Uses of ElementDefinition.DiscriminatorType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.getType()Returns the enum constant of this type with the specified name.static ElementDefinition.DiscriminatorType[]ElementDefinition.DiscriminatorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.getTypeElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.setTypeElement(Enumeration<ElementDefinition.DiscriminatorType> value) Constructors in org.hl7.fhir.r5.model with parameters of type ElementDefinition.DiscriminatorTypeModifierConstructorDescriptionElementDefinitionSlicingDiscriminatorComponent(ElementDefinition.DiscriminatorType type, String path) Constructor