Uses of Enum Class
org.apache.uima.fit.validation.ValidationResult.Severity
Packages that use ValidationResult.Severity
-
Uses of ValidationResult.Severity in org.apache.uima.fit.validation
Methods in org.apache.uima.fit.validation that return ValidationResult.SeverityModifier 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.Methods in org.apache.uima.fit.validation with parameters of type ValidationResult.SeverityModifier and TypeMethodDescriptionboolean
ValidationSummary.containsResultsEquallyOrMoreSevereThan
(ValidationResult.Severity threshold) boolean
ValidationResult.Severity.isEquallyOrMoreSevereThan
(ValidationResult.Severity other) Constructors in org.apache.uima.fit.validation with parameters of type ValidationResult.SeverityModifierConstructorDescriptionValidationResult
(Object source, ValidationResult.Severity severity, String format, Object... args)