
Uses of Enum
org.hl7.fhir.dstu3.model.ElementDefinition.DiscriminatorType
Packages that use ElementDefinition.DiscriminatorType
-
Uses of ElementDefinition.DiscriminatorType in org.hl7.fhir.dstu3.conformance
Methods in org.hl7.fhir.dstu3.conformance with parameters of type ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionProfileUtilities.makeDiscriminator
(ElementDefinition.DiscriminatorType profile, String str) Deprecated. -
Uses of ElementDefinition.DiscriminatorType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ElementDefinition.DiscriminatorTypeModifier and TypeFieldDescriptionprotected Enumeration
<ElementDefinition.DiscriminatorType> ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.type
How the element value is interpreted when discrimination is evaluated.Methods in org.hl7.fhir.dstu3.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.dstu3.model that return types with arguments of type ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionElementDefinition.DiscriminatorTypeEnumFactory.fromType
(PrimitiveType<?> code) ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.getTypeElement()
Methods in org.hl7.fhir.dstu3.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.dstu3.model with type arguments of type ElementDefinition.DiscriminatorTypeModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.setTypeElement
(Enumeration<ElementDefinition.DiscriminatorType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type ElementDefinition.DiscriminatorTypeModifierConstructorDescriptionElementDefinitionSlicingDiscriminatorComponent
(Enumeration<ElementDefinition.DiscriminatorType> type, StringType path) Constructor