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