Package | Description |
---|---|
org.netbeans.api.lsp |
Modifier and Type | Method and Description |
---|---|
Diagnostic.Severity |
Diagnostic.getSeverity()
The severity of the diagnostic.
|
static Diagnostic.Severity |
Diagnostic.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Diagnostic.Severity[] |
Diagnostic.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Diagnostic.Builder |
Diagnostic.Builder.setSeverity(Diagnostic.Severity severity)
Set the severity of the diagnostic.
|