public interface ProtocolStack
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IotmodelPackage.getProtocolStack()| Modifier and Type | Method and Description |
|---|---|
ApplicationLayer |
getApplicationProtocol()
Returns the value of the 'Application Protocol' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
NetworkLayer |
getNWK()
Returns the value of the 'NWK' attribute.
|
PhysicalLinkLayer |
getPHYDATA()
Returns the value of the 'PHYDATA' attribute.
|
TransportLayer |
getTransport()
Returns the value of the 'Transport' attribute.
|
void |
setApplicationProtocol(ApplicationLayer value)
Sets the value of the '
Application Protocol' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setNWK(NetworkLayer value)
Sets the value of the '
NWK' attribute. |
void |
setPHYDATA(PhysicalLinkLayer value)
Sets the value of the '
PHYDATA' attribute. |
void |
setTransport(TransportLayer value)
Sets the value of the '
Transport' attribute. |
PhysicalLinkLayer getPHYDATA()
PhysicalLinkLayer.
PhysicalLinkLayer,
setPHYDATA(PhysicalLinkLayer),
IotmodelPackage.getProtocolStack_PHYDATA()void setPHYDATA(PhysicalLinkLayer value)
PHYDATA' attribute.
value - the new value of the 'PHYDATA' attribute.PhysicalLinkLayer,
getPHYDATA()NetworkLayer getNWK()
NetworkLayer.
NetworkLayer,
setNWK(NetworkLayer),
IotmodelPackage.getProtocolStack_NWK()void setNWK(NetworkLayer value)
NWK' attribute.
value - the new value of the 'NWK' attribute.NetworkLayer,
getNWK()TransportLayer getTransport()
TransportLayer.
TransportLayer,
setTransport(TransportLayer),
IotmodelPackage.getProtocolStack_Transport()void setTransport(TransportLayer value)
Transport' attribute.
value - the new value of the 'Transport' attribute.TransportLayer,
getTransport()ApplicationLayer getApplicationProtocol()
ApplicationLayer.
ApplicationLayer,
setApplicationProtocol(ApplicationLayer),
IotmodelPackage.getProtocolStack_ApplicationProtocol()void setApplicationProtocol(ApplicationLayer value)
Application Protocol' attribute.
value - the new value of the 'Application Protocol' attribute.ApplicationLayer,
getApplicationProtocol()String getName()
setName(String),
IotmodelPackage.getProtocolStack_Name()Copyright © 2018–2020 Atlanmod. All rights reserved.