| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Field and Description |
|---|---|
static List<TransportLayer> |
TransportLayer.VALUES
A public read-only list of all the 'Transport Layer' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static TransportLayer |
TransportLayer.get(int value)
Returns the 'Transport Layer' literal with the specified integer value.
|
static TransportLayer |
TransportLayer.get(String literal)
Returns the 'Transport Layer' literal with the specified literal value.
|
static TransportLayer |
TransportLayer.getByName(String name)
Returns the 'Transport Layer' literal with the specified name.
|
TransportLayer |
ProtocolStack.getTransport()
Returns the value of the 'Transport' attribute.
|
static TransportLayer |
TransportLayer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportLayer[] |
TransportLayer.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.setTransport(TransportLayer value)
Sets the value of the '
Transport' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected TransportLayer |
ProtocolStackImpl.transport
The cached value of the '
Transport' attribute. |
protected static TransportLayer |
ProtocolStackImpl.TRANSPORT_EDEFAULT
The default value of the '
Transport' attribute. |
| Modifier and Type | Method and Description |
|---|---|
TransportLayer |
IotmodelFactoryImpl.createTransportLayerFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
TransportLayer |
ProtocolStackImpl.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolStackImpl.setTransport(TransportLayer newTransport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IotmodelValidator.validateTransportLayer(TransportLayer transportLayer,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.