Uses of Enum Class
com.sas.lsaf.core.ValidationMessage.Severity
Packages that use ValidationMessage.Severity
Package
Description
Contains common classes and interfaces for core services in the system.
-
Uses of ValidationMessage.Severity in com.sas.lsaf.core
Methods in com.sas.lsaf.core that return ValidationMessage.SeverityModifier and TypeMethodDescriptionValidationMessage.getSeverity()Gets the severity of the validation finding.static ValidationMessage.SeverityReturns the enum constant of this class with the specified name.static ValidationMessage.Severity[]ValidationMessage.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.core with parameters of type ValidationMessage.SeverityModifierConstructorDescriptionValidationMessage(String problem, ValidationMessage.Severity severity, String columnName, int rowNumber) It is not intended or recommended that the consumer of this API construct these objects.