Package | Description |
---|---|
com.sas.lsaf.core |
Contains common classes and interfaces for core services in the system.
|
Modifier and Type | Method and Description |
---|---|
ValidationMessage.Severity |
ValidationMessage.getSeverity()
Gets the severity of the validation finding.
|
static ValidationMessage.Severity |
ValidationMessage.Severity.valueOf(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.
|
Constructor and Description |
---|
ValidationMessage(String problem,
ValidationMessage.Severity severity,
String columnName,
int rowNumber)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>