Uses of Class
org.hl7.fhir.dstu2.model.ElementDefinition.ConstraintSeverity
-
Packages that use ElementDefinition.ConstraintSeverity Package Description org.hl7.fhir.dstu2.model -
-
Uses of ElementDefinition.ConstraintSeverity in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ElementDefinition.ConstraintSeverity Modifier and Type Field Description protected 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.ConstraintSeverity Modifier and Type Method Description static ElementDefinition.ConstraintSeverityElementDefinition.ConstraintSeverity. fromCode(String codeString)ElementDefinition.ConstraintSeverityElementDefinition.ConstraintSeverityEnumFactory. fromCode(String codeString)ElementDefinition.ConstraintSeverityElementDefinition.ElementDefinitionConstraintComponent. getSeverity()static ElementDefinition.ConstraintSeverityElementDefinition.ConstraintSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementDefinition.ConstraintSeverity[]ElementDefinition.ConstraintSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ElementDefinition.ConstraintSeverity Modifier and Type Method Description Enumeration<ElementDefinition.ConstraintSeverity>ElementDefinition.ConstraintSeverityEnumFactory. fromType(Base code)Enumeration<ElementDefinition.ConstraintSeverity>ElementDefinition.ElementDefinitionConstraintComponent. getSeverityElement()Methods in org.hl7.fhir.dstu2.model with parameters of type ElementDefinition.ConstraintSeverity Modifier and Type Method Description ElementDefinition.ElementDefinitionConstraintComponentElementDefinition.ElementDefinitionConstraintComponent. setSeverity(ElementDefinition.ConstraintSeverity value)StringElementDefinition.ConstraintSeverityEnumFactory. toCode(ElementDefinition.ConstraintSeverity code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type ElementDefinition.ConstraintSeverity Modifier and Type Method Description ElementDefinition.ElementDefinitionConstraintComponentElementDefinition.ElementDefinitionConstraintComponent. setSeverityElement(Enumeration<ElementDefinition.ConstraintSeverity> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type ElementDefinition.ConstraintSeverity Constructor Description ElementDefinitionConstraintComponent(IdType key, Enumeration<ElementDefinition.ConstraintSeverity> severity, StringType human, StringType xpath)
-