| Modifier and type | Action and description | 
|---|---|
| abstract org.eclipse.xtext.validation.IssueSeverities | getIssueSeverities(Resource) Replies the issue severities for the given resource. | 
| abstract void | setAllSeverities(Severity) Set the severities of all the issue codes to the given value. | 
| abstract void | setSeverity(String,Severity) Set the severity of the given issue code. | 
def getIssueSeverities(Resource) : org.eclipse.xtext.validation.IssueSeverities
def setAllSeverities(Severity)
      def setSeverity(String,Severity)