public interface Message extends AttributeStructure
The following features are supported:
ProtocolPackage.getMessage()
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Returns the value of the 'Code' attribute.
|
org.eclipse.emf.common.util.EList<Interface> |
getInterfaces()
Returns the value of the 'Interfaces' reference list.
|
Protocol |
getProtocol()
Returns the value of the 'Protocol' container reference.
|
void |
setCode(int value)
Sets the value of the '
Code ' attribute. |
void |
setProtocol(Protocol value)
Sets the value of the '
Protocol ' container reference. |
getAttributes, getName, setName
getDescription, getShortDescription, setDescription, setShortDescription
int getCode()
If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...
setCode(int)
,
ProtocolPackage.getMessage_Code()
void setCode(int value)
Code
' attribute.
value
- the new value of the 'Code' attribute.getCode()
Protocol getProtocol()
Messages
'.
If the meaning of the 'Protocol' container reference isn't clear, there really should be more of a description here...
setProtocol(Protocol)
,
ProtocolPackage.getMessage_Protocol()
,
Protocol.getMessages()
void setProtocol(Protocol value)
Protocol
' container reference.
value
- the new value of the 'Protocol' container reference.getProtocol()
org.eclipse.emf.common.util.EList<Interface> getInterfaces()
Interface
.
If the meaning of the 'Interfaces' reference list isn't clear, there really should be more of a description here...
ProtocolPackage.getMessage_Interfaces()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.