
Uses of Enum Class
org.hl7.fhir.dstu2.model.ElementDefinition.ConstraintSeverity
Packages that use ElementDefinition.ConstraintSeverity
-
Uses of ElementDefinition.ConstraintSeverity in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ElementDefinition.ConstraintSeverityModifier and TypeFieldDescriptionprotected Enumeration<ElementDefinition.ConstraintSeverity> ElementDefinition.ElementDefinitionConstraintComponent.severityIdentifies the impact constraint violation has on the conformance of the instance.Methods in org.hl7.fhir.dstu2.model that return ElementDefinition.ConstraintSeverityModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionConstraintComponent.getSeverity()Returns the enum constant of this class with the specified name.static ElementDefinition.ConstraintSeverity[]ElementDefinition.ConstraintSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ElementDefinition.ConstraintSeverityModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionConstraintComponent.getSeverityElement()Methods in org.hl7.fhir.dstu2.model with parameters of type ElementDefinition.ConstraintSeverityModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionConstraintComponent.setSeverity(ElementDefinition.ConstraintSeverity value) ElementDefinition.ConstraintSeverityEnumFactory.toCode(ElementDefinition.ConstraintSeverity code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type ElementDefinition.ConstraintSeverityModifier and TypeMethodDescriptionElementDefinition.ElementDefinitionConstraintComponent.setSeverityElement(Enumeration<ElementDefinition.ConstraintSeverity> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type ElementDefinition.ConstraintSeverityModifierConstructorDescriptionElementDefinitionConstraintComponent(IdType key, Enumeration<ElementDefinition.ConstraintSeverity> severity, StringType human, StringType xpath)