
Uses of Enum Class
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 final 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 class with the specified name.static ResultSeverityEnum[]ResultSeverityEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.validation with parameters of type ResultSeverityEnumModifier and TypeMethodDescriptionvoidSingleValidationMessage.setSeverity(ResultSeverityEnum theSeverity)