Uses of Enum Class
org.apache.uima.fit.validation.ValidationResult.Severity
-
Uses of ValidationResult.Severity in org.apache.uima.fit.validation
Modifier and TypeMethodDescriptionValidationResult.getSeverity()
static ValidationResult.Severity
Returns the enum constant of this class with the specified name.static ValidationResult.Severity[]
ValidationResult.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
ValidationSummary.containsResultsEquallyOrMoreSevereThan
(ValidationResult.Severity threshold) boolean
ValidationResult.Severity.isEquallyOrMoreSevereThan
(ValidationResult.Severity other) ModifierConstructorDescriptionValidationResult
(Object source, ValidationResult.Severity severity, String format, Object... args)