Uses of Class
com.sas.lsaf.core.ValidationMessage.Severity
-
Packages that use ValidationMessage.Severity Package Description com.sas.lsaf.core 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.Severity Modifier and Type Method Description ValidationMessage.Severity
ValidationMessage. getSeverity()
Gets the severity of the validation finding.static ValidationMessage.Severity
ValidationMessage.Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValidationMessage.Severity[]
ValidationMessage.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.core with parameters of type ValidationMessage.Severity Constructor Description ValidationMessage(java.lang.String problem, ValidationMessage.Severity severity, java.lang.String columnName, int rowNumber)
It is not intended or recommended that the consumer of this API construct these objects.
-