Interface ExternalValidationStatus
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExternalValidationStatusImpl
public interface ExternalValidationStatus
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'External Validation Status'.
The external validation status
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ExternalValidationStatusEntry>
Returns the value of the 'Entries' containment reference list.Returns the value of the 'Message' attribute.Returns the value of the 'Severity' attribute.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 Details
-
getEntries
org.eclipse.emf.common.util.EList<ExternalValidationStatusEntry> getEntries()Returns the value of the 'Entries' containment reference list. The list contents are of typeExternalValidationStatusEntry
. The status entries- Returns:
- the value of the 'Entries' containment reference list.
- See Also:
-
getSeverity
ExternalValidationStatusSeverity getSeverity()Returns the value of the 'Severity' attribute. The literals are from the enumerationExternalValidationStatusSeverity
. The accumulated status severity- Returns:
- the value of the 'Severity' attribute.
- See Also:
-
getMessage
String getMessage()Returns the value of the 'Message' attribute. The accumulated status message- Returns:
- the value of the 'Message' attribute.
- See Also:
-