public class FeatureBasedDiagnostic extends AbstractValidationDiagnostic
| Constructor and Description |
|---|
FeatureBasedDiagnostic(int severity,
String message,
org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature feature,
int index,
CheckType checkType,
String issueCode,
String... issueData) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getData() |
org.eclipse.emf.ecore.EStructuralFeature |
getFeature() |
int |
getIndex() |
String |
toString() |
getCheckType, getChildren, getCode, getException, getIssueCode, getIssueData, getMessage, getSeverity, getSource, getSourceEObject, severityToStrpublic FeatureBasedDiagnostic(int severity,
String message,
org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature feature,
int index,
CheckType checkType,
String issueCode,
String... issueData)
issueData - optional user data. May not contain null entries.public List<?> getData()
public org.eclipse.emf.ecore.EStructuralFeature getFeature()
public int getIndex()
public String toString()
toString in class AbstractValidationDiagnosticCopyright © 2015. All Rights Reserved.