public interface PostedMessage
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TestsheetPackage.getPostedMessage()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
MessageSeverity |
getSeverity()
Returns the value of the 'Severity' attribute.
|
java.lang.String |
getText()
Returns the value of the 'Text' attribute
|
void |
setSeverity(MessageSeverity value)
Sets the value of the '
Severity' attribute |
void |
setText(java.lang.String value)
Sets the value of the '
Text' attribute |
static final java.lang.String copyright
MessageSeverity getSeverity()
MessageSeverity.
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
MessageSeverity,
setSeverity(MessageSeverity),
TestsheetPackage.getPostedMessage_Severity()void setSeverity(MessageSeverity value)
Severity' attribute.
value - the new value of the 'Severity' attribute.MessageSeverity,
getSeverity()java.lang.String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String),
TestsheetPackage.getPostedMessage_Text()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.