| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Field and Description |
|---|---|
static List<NetworkLayer> |
NetworkLayer.VALUES
A public read-only list of all the 'Network Layer' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkLayer |
NetworkLayer.get(int value)
Returns the 'Network Layer' literal with the specified integer value.
|
static NetworkLayer |
NetworkLayer.get(String literal)
Returns the 'Network Layer' literal with the specified literal value.
|
static NetworkLayer |
NetworkLayer.getByName(String name)
Returns the 'Network Layer' literal with the specified name.
|
NetworkLayer |
ProtocolStack.getNWK()
Returns the value of the 'NWK' attribute.
|
static NetworkLayer |
NetworkLayer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkLayer[] |
NetworkLayer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolStack.setNWK(NetworkLayer value)
Sets the value of the '
NWK' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected NetworkLayer |
ProtocolStackImpl.nwk
The cached value of the '
NWK' attribute. |
protected static NetworkLayer |
ProtocolStackImpl.NWK_EDEFAULT
The default value of the '
NWK' attribute. |
| Modifier and Type | Method and Description |
|---|---|
NetworkLayer |
IotmodelFactoryImpl.createNetworkLayerFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
NetworkLayer |
ProtocolStackImpl.getNWK() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolStackImpl.setNWK(NetworkLayer newNWK) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IotmodelValidator.validateNetworkLayer(NetworkLayer networkLayer,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.