public class Issue extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Issue.Severity
The Enum Severity.
|
Modifier and Type | Method and Description |
---|---|
String |
getAboutId()
identifier of the element that this issue is about.
|
String |
getRuleDescription()
Human readable description of the issue.
|
String |
getRuleId()
identifier of the issue.
|
Issue.Severity |
getSeverity()
Severity of the issue, i.e.: is it an error, or a warning?
|
String |
toString() |
public Issue.Severity getSeverity()
public String getRuleDescription()
public String getAboutId()
public String getRuleId()
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.