Uses of Enum Class
ca.uhn.hl7v2.Severity
Packages that use Severity
Package
Description
-
Uses of Severity in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return SeverityModifier and TypeMethodDescriptionAbstractHL7Exception.getSeverity()static SeveritySeverity.severityFor(String code) Returns the Severity for the given stringstatic SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.hl7v2 with parameters of type Severity -
Uses of Severity in ca.uhn.hl7v2.validation
Methods in ca.uhn.hl7v2.validation that return SeverityModifier and TypeMethodDescriptionCollectingValidationExceptionHandler.getMinimumSeverityToCollect()Methods in ca.uhn.hl7v2.validation with parameters of type SeverityModifier and TypeMethodDescriptionvoidCollectingValidationExceptionHandler.setMinimumSeverityToCollect(Severity minimumSeverityToCollect) Set the minimum severity to be added to the list of exceptions.Constructors in ca.uhn.hl7v2.validation with parameters of type SeverityModifierConstructorDescriptionValidationException(String msg, Severity severity) ValidationException(String message, Throwable cause, Severity severity) ValidationException(Throwable cause, Severity severity) -
Uses of Severity in ca.uhn.hl7v2.validation.builder
Methods in ca.uhn.hl7v2.validation.builder with parameters of type Severity -
Uses of Severity in ca.uhn.hl7v2.validation.impl
Methods in ca.uhn.hl7v2.validation.impl that return SeverityMethods in ca.uhn.hl7v2.validation.impl with parameters of type Severity