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