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 entryThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
Returns the value of the 'Message' attribute.ExternalValidationStatusSeverity
getSeverity()
Returns the value of the 'Severity' attribute.void
setMessage(String value)
Sets the value of the 'Message
' attribute.void
setSeverity(ExternalValidationStatusSeverity value)
Sets the value of the 'Severity
' attribute.
-
-
-
Method Detail
-
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:
ExternalValidationStatusSeverity
,setSeverity(ExternalValidationStatusSeverity)
,AefStandardPackage.getExternalValidationStatusEntry_Severity()
-
setSeverity
void setSeverity(ExternalValidationStatusSeverity value)
Sets the value of the 'Severity
' attribute.- Parameters:
value
- the new value of the 'Severity' attribute.- See Also:
ExternalValidationStatusSeverity
,getSeverity()
-
getMessage
String getMessage()
Returns the value of the 'Message' attribute. The status message- Returns:
- the value of the 'Message' attribute.
- See Also:
setMessage(String)
,AefStandardPackage.getExternalValidationStatusEntry_Message()
-
setMessage
void setMessage(String value)
Sets the value of the 'Message
' attribute.- Parameters:
value
- the new value of the 'Message' attribute.- See Also:
getMessage()
-
-