Uses of Enum
ca.uhn.fhir.context.support.IValidationSupport.IssueSeverity
-
Uses of IValidationSupport.IssueSeverity in ca.uhn.fhir.context.support
Modifier and TypeMethodDescriptionIValidationSupport.CodeValidationIssue.getSeverity()
IValidationSupport.CodeValidationResult.getSeverity()
Returns the enum constant of this type with the specified name.static IValidationSupport.IssueSeverity[]
IValidationSupport.IssueSeverity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionIValidationSupport.CodeValidationResult.setSeverity
(IValidationSupport.IssueSeverity theSeverity) ModifierConstructorDescriptionCodeValidationIssue
(String theMessage, IValidationSupport.IssueSeverity mySeverity, IValidationSupport.CodeValidationIssueCode theCode, IValidationSupport.CodeValidationIssueCoding theCoding)