public interface VDiagnostic
extends org.eclipse.emf.ecore.EObject
VViewPackage.getDiagnostic()
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.emf.common.util.Diagnostic> |
getDiagnostic(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Returns all diagnostics for the provided
EObject and EStructuralFeature . |
org.eclipse.emf.common.util.EList<Object> |
getDiagnostics()
Returns the value of the 'Diagnostics' attribute list.
|
List<org.eclipse.emf.common.util.Diagnostic> |
getDiagnostics(org.eclipse.emf.ecore.EObject eObject)
Returns all diagnostics for the provided
EObject . |
int |
getHighestSeverity()
Returns the highest severity found in the diagnostics.
|
String |
getMessage()
Returns the message associated with this validation.
|
org.eclipse.emf.common.util.EList<Object> getDiagnostics()
Object
.
If the meaning of the 'Diagnostics' attribute list isn't clear, there really should be more of a description here...
VViewPackage.getDiagnostic_Diagnostics()
int getHighestSeverity()
String getMessage()
List<org.eclipse.emf.common.util.Diagnostic> getDiagnostics(org.eclipse.emf.ecore.EObject eObject)
EObject
. The result is sorted by severity and message.eObject
- the EObject
to search diagnostics forList<org.eclipse.emf.common.util.Diagnostic> getDiagnostic(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
EObject
and EStructuralFeature
. The result is sorted by
severity and message.eObject
- the EObject
to search diagnostics foreStructuralFeature
- the EStructuralFeature
to search diagnostics forCopyright © 2018. All rights reserved.