public interface Protocol extends DocumentedElement
The following features are supported:
ProtocolPackage.getProtocol()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Enum> |
getEnums()
Returns the value of the 'Enums' containment reference list.
|
org.eclipse.emf.common.util.EList<Protocol> |
getIncludedProtocols()
Returns the value of the 'Included Protocols' reference list.
|
org.eclipse.emf.common.util.EList<Interface> |
getInterfaces()
Returns the value of the 'Interfaces' containment reference list.
|
String |
getLicenseHeader()
Returns the value of the 'License Header' attribute.
|
org.eclipse.emf.common.util.EList<Message> |
getMessages()
Returns the value of the 'Messages' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getPackagePrefix()
Returns the value of the 'Package Prefix' attribute.
|
org.eclipse.emf.common.util.EList<Structure> |
getStructures()
Returns the value of the 'Structures' containment reference list.
|
short |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setLicenseHeader(String value)
Sets the value of the '
License Header ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setPackagePrefix(String value)
Sets the value of the '
Package Prefix ' attribute. |
void |
setVersion(short value)
Sets the value of the '
Version ' attribute. |
getDescription, getShortDescription, setDescription, setShortDescription
org.eclipse.emf.common.util.EList<Message> getMessages()
Message
.
It is bidirectional and its opposite is 'Protocol
'.
If the meaning of the 'Messages' containment reference list isn't clear, there really should be more of a description here...
ProtocolPackage.getProtocol_Messages()
,
Message.getProtocol()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ProtocolPackage.getProtocol_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList<Protocol> getIncludedProtocols()
Protocol
.
If the meaning of the 'Included Protocols' reference list isn't clear, there really should be more of a description here...
ProtocolPackage.getProtocol_IncludedProtocols()
String getLicenseHeader()
If the meaning of the 'License Header' attribute isn't clear, there really should be more of a description here...
setLicenseHeader(String)
,
ProtocolPackage.getProtocol_LicenseHeader()
void setLicenseHeader(String value)
License Header
' attribute.
value
- the new value of the 'License Header' attribute.getLicenseHeader()
org.eclipse.emf.common.util.EList<Enum> getEnums()
Enum
.
It is bidirectional and its opposite is 'Protocol
'.
If the meaning of the 'Enums' containment reference list isn't clear, there really should be more of a description here...
ProtocolPackage.getProtocol_Enums()
,
Enum.getProtocol()
org.eclipse.emf.common.util.EList<Interface> getInterfaces()
Interface
.
It is bidirectional and its opposite is 'Protocol
'.
If the meaning of the 'Interfaces' containment reference list isn't clear, there really should be more of a description here...
ProtocolPackage.getProtocol_Interfaces()
,
Interface.getProtocol()
short getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(short)
,
ProtocolPackage.getProtocol_Version()
void setVersion(short value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
org.eclipse.emf.common.util.EList<Structure> getStructures()
Structure
.
It is bidirectional and its opposite is 'Protocol
'.
If the meaning of the 'Structures' containment reference list isn't clear, there really should be more of a description here...
ProtocolPackage.getProtocol_Structures()
,
Structure.getProtocol()
String getPackagePrefix()
If the meaning of the 'Package Prefix' attribute isn't clear, there really should be more of a description here...
setPackagePrefix(String)
,
ProtocolPackage.getProtocol_PackagePrefix()
void setPackagePrefix(String value)
Package Prefix
' attribute.
value
- the new value of the 'Package Prefix' attribute.getPackagePrefix()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.