Uses of Class
ca.uhn.fhir.model.dstu2.valueset.ConstraintSeverityEnum
-
Packages that use ConstraintSeverityEnum Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.valueset -
-
Uses of ConstraintSeverityEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type ConstraintSeverityEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<ConstraintSeverityEnum>ElementDefinitionDt.Constraint. getSeverityElement()Gets the value(s) for severity ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type ConstraintSeverityEnum Modifier and Type Method Description ElementDefinitionDt.ConstraintElementDefinitionDt.Constraint. setSeverity(ConstraintSeverityEnum theValue)Sets the value(s) for severity ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type ConstraintSeverityEnum Modifier and Type Method Description ElementDefinitionDt.ConstraintElementDefinitionDt.Constraint. setSeverity(ca.uhn.fhir.model.primitive.BoundCodeDt<ConstraintSeverityEnum> theValue)Sets the value(s) for severity () -
Uses of ConstraintSeverityEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ConstraintSeverityEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<ConstraintSeverityEnum>ConstraintSeverityEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ConstraintSeverityEnum Modifier and Type Method Description static ConstraintSeverityEnumConstraintSeverityEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic ConstraintSeverityEnumConstraintSeverityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstraintSeverityEnum[]ConstraintSeverityEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-