public class ConstraintStatusDiagnostic
extends java.lang.Object
implements org.eclipse.emf.common.util.Diagnostic
| Constructor and Description |
|---|
ConstraintStatusDiagnostic(org.eclipse.emf.validation.model.IConstraintStatus status) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.eclipse.emf.common.util.Diagnostic> |
getChildren() |
int |
getCode() |
org.eclipse.emf.validation.model.IConstraintStatus |
getConstraintStatus() |
java.util.List<?> |
getData() |
java.lang.Throwable |
getException() |
java.lang.String |
getMessage() |
int |
getSeverity() |
java.lang.String |
getSource() |
public ConstraintStatusDiagnostic(org.eclipse.emf.validation.model.IConstraintStatus status)
public org.eclipse.emf.validation.model.IConstraintStatus getConstraintStatus()
public int getSeverity()
getSeverity in interface org.eclipse.emf.common.util.Diagnosticpublic java.lang.String getMessage()
getMessage in interface org.eclipse.emf.common.util.Diagnosticpublic java.lang.String getSource()
getSource in interface org.eclipse.emf.common.util.Diagnosticpublic int getCode()
getCode in interface org.eclipse.emf.common.util.Diagnosticpublic java.lang.Throwable getException()
getException in interface org.eclipse.emf.common.util.Diagnosticpublic java.util.List<?> getData()
getData in interface org.eclipse.emf.common.util.Diagnosticpublic java.util.List<org.eclipse.emf.common.util.Diagnostic> getChildren()
getChildren in interface org.eclipse.emf.common.util.Diagnostic