|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VDiagnostic
A representation of the model object 'VDiagnostic'.
The following features are supported:
VViewPackage.getDiagnostic()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
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 for
List<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 for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |