Uses of Class
ca.uhn.fhir.validation.ResultSeverityEnum
-
Packages that use ResultSeverityEnum Package Description ca.uhn.fhir.validation -
-
Uses of ResultSeverityEnum in ca.uhn.fhir.validation
Fields in ca.uhn.fhir.validation declared as ResultSeverityEnum Modifier and Type Field Description static ResultSeverityEnum[]ResultSeverityEnum. valuesConvert from Enum ordinal to Enum type.Methods in ca.uhn.fhir.validation that return ResultSeverityEnum Modifier and Type Method Description static ResultSeverityEnumResultSeverityEnum. fromCode(String theCode)ResultSeverityEnumSingleValidationMessage. getSeverity()static ResultSeverityEnumResultSeverityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultSeverityEnum[]ResultSeverityEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.validation with parameters of type ResultSeverityEnum Modifier and Type Method Description voidSingleValidationMessage. setSeverity(ResultSeverityEnum theSeverity)
-