public class RangeBasedDiagnostic extends AbstractValidationDiagnostic
| Modifier | Constructor and Description |
|---|---|
protected |
RangeBasedDiagnostic(int severity,
String message,
org.eclipse.emf.ecore.EObject source,
int offset,
int length,
CheckType checkType,
String issueCode,
String[] issueData) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getData() |
int |
getLength() |
int |
getOffset() |
String |
getSource() |
String |
toString() |
getCheckType, getChildren, getCode, getException, getIssueCode, getIssueData, getMessage, getSeverity, getSourceEObject, severityToStrpublic List<?> getData()
public int getOffset()
public int getLength()
public String getSource()
getSource in interface org.eclipse.emf.common.util.DiagnosticgetSource in class AbstractValidationDiagnosticpublic String toString()
toString in class AbstractValidationDiagnosticCopyright © 2015. All Rights Reserved.