public abstract class AbstractValidationDiagnostic extends Object implements org.eclipse.emf.common.util.Diagnostic
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractValidationDiagnostic(int severity,
String message,
org.eclipse.emf.ecore.EObject source,
CheckType checkType,
String issueCode,
String... issueData) |
| Modifier and Type | Method and Description |
|---|---|
CheckType |
getCheckType() |
List<org.eclipse.emf.common.util.Diagnostic> |
getChildren() |
int |
getCode() |
Throwable |
getException() |
String |
getIssueCode() |
String[] |
getIssueData() |
String |
getMessage() |
int |
getSeverity() |
String |
getSource() |
org.eclipse.emf.ecore.EObject |
getSourceEObject() |
static String |
severityToStr(int severity) |
String |
toString() |
public List<org.eclipse.emf.common.util.Diagnostic> getChildren()
getChildren in interface org.eclipse.emf.common.util.Diagnosticpublic int getCode()
getCode in interface org.eclipse.emf.common.util.Diagnosticpublic String getSource()
getSource in interface org.eclipse.emf.common.util.Diagnosticpublic org.eclipse.emf.ecore.EObject getSourceEObject()
public Throwable getException()
getException in interface org.eclipse.emf.common.util.Diagnosticpublic String getMessage()
getMessage in interface org.eclipse.emf.common.util.Diagnosticpublic int getSeverity()
getSeverity in interface org.eclipse.emf.common.util.Diagnosticpublic String getIssueCode()
public String[] getIssueData()
public CheckType getCheckType()
public static String severityToStr(int severity)
Copyright © 2015. All Rights Reserved.