Uses of Enum
ca.uhn.fhir.validation.ResultSeverityEnum
Packages that use ResultSeverityEnum
-
Uses of ResultSeverityEnum in ca.uhn.fhir.validation
Fields in ca.uhn.fhir.validation declared as ResultSeverityEnumModifier and TypeFieldDescriptionstatic ResultSeverityEnum[]ResultSeverityEnum.valuesConvert from Enum ordinal to Enum type.Methods in ca.uhn.fhir.validation that return ResultSeverityEnumModifier and TypeMethodDescriptionstatic ResultSeverityEnumSingleValidationMessage.getSeverity()static ResultSeverityEnumReturns 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 ResultSeverityEnumModifier and TypeMethodDescriptionvoidSingleValidationMessage.setSeverity(ResultSeverityEnum theSeverity)