public interface MessageItem
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TreesetPackage.getMessageItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
PostedMessage |
getPostedMessage()
Returns the value of the 'Posted Message' reference
|
TestNode |
getTestNode()
Returns the value of the 'Test Node' reference.
|
void |
setPostedMessage(PostedMessage value)
Sets the value of the '
Posted Message' reference |
void |
setTestNode(TestNode value)
Sets the value of the '
Test Node' reference |
static final java.lang.String copyright
PostedMessage getPostedMessage()
If the meaning of the 'Posted Message' reference isn't clear, there really should be more of a description here...
setPostedMessage(PostedMessage),
TreesetPackage.getMessageItem_PostedMessage()void setPostedMessage(PostedMessage value)
Posted Message' reference.
value - the new value of the 'Posted Message' reference.getPostedMessage()TestNode getTestNode()
Message Item'.
If the meaning of the 'Test Node' reference isn't clear, there really should be more of a description here...
setTestNode(TestNode),
TreesetPackage.getMessageItem_TestNode(),
TestNode.getMessageItem()void setTestNode(TestNode value)
Test Node' reference.
value - the new value of the 'Test Node' reference.getTestNode()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.