Interface ExternalValidationStatusEntry
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExternalValidationStatusEntryImpl
public interface ExternalValidationStatusEntry
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'External Validation Status Entry'.
The external validation status entry
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Message' attribute.Returns the value of the 'Severity' attribute.voidsetMessage(String value) Sets the value of the 'Message' attribute.voidSets 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSeverity
ExternalValidationStatusSeverity getSeverity()Returns the value of the 'Severity' attribute. The literals are from the enumerationExternalValidationStatusSeverity. The status severity- Returns:
- the value of the 'Severity' attribute.
- See Also:
-
setSeverity
Sets the value of the 'Severity' attribute.- Parameters:
value- the new value of the 'Severity' attribute.- See Also:
-
getMessage
String getMessage()Returns the value of the 'Message' attribute. The status message- Returns:
- the value of the 'Message' attribute.
- See Also:
-
setMessage
Sets the value of the 'Message' attribute.- Parameters:
value- the new value of the 'Message' attribute.- See Also:
-