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 statusThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExternalValidationStatusEntry>
getEntries()
Returns the value of the 'Entries' containment reference list.String
getMessage()
Returns the value of the 'Message' attribute.ExternalValidationStatusSeverity
getSeverity()
Returns the value of the 'Severity' attribute.
-
-
-
Method Detail
-
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:
AefStandardPackage.getExternalValidationStatus_Entries()
-
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:
ExternalValidationStatusSeverity
,AefStandardPackage.getExternalValidationStatus_Severity()
-
getMessage
String getMessage()
Returns the value of the 'Message' attribute. The accumulated status message- Returns:
- the value of the 'Message' attribute.
- See Also:
AefStandardPackage.getExternalValidationStatus_Message()
-
-