Uses of Class
iotmodel.NetworkLayer
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of NetworkLayer in iotmodel
Fields in iotmodel with type parameters of type NetworkLayer Modifier and Type Field Description static List<NetworkLayer>NetworkLayer. VALUESA public read-only list of all the 'Network Layer' enumerators.Methods in iotmodel that return NetworkLayer Modifier and Type Method Description static NetworkLayerNetworkLayer. get(int value)Returns the 'Network Layer' literal with the specified integer value.static NetworkLayerNetworkLayer. get(String literal)Returns the 'Network Layer' literal with the specified literal value.static NetworkLayerNetworkLayer. getByName(String name)Returns the 'Network Layer' literal with the specified name.NetworkLayerProtocolStack. getNWK()Returns the value of the 'NWK' attribute.static NetworkLayerNetworkLayer. 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.Methods in iotmodel with parameters of type NetworkLayer Modifier and Type Method Description voidProtocolStack. setNWK(NetworkLayer value)Sets the value of the 'NWK' attribute. -
Uses of NetworkLayer in iotmodel.impl
Fields in iotmodel.impl declared as NetworkLayer Modifier and Type Field Description protected NetworkLayerProtocolStackImpl. nwkThe cached value of the 'NWK' attribute.protected static NetworkLayerProtocolStackImpl. NWK_EDEFAULTThe default value of the 'NWK' attribute.Methods in iotmodel.impl that return NetworkLayer Modifier and Type Method Description NetworkLayerIotmodelFactoryImpl. createNetworkLayerFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)NetworkLayerProtocolStackImpl. getNWK()Methods in iotmodel.impl with parameters of type NetworkLayer Modifier and Type Method Description voidProtocolStackImpl. setNWK(NetworkLayer newNWK) -
Uses of NetworkLayer in iotmodel.util
Methods in iotmodel.util with parameters of type NetworkLayer Modifier and Type Method Description booleanIotmodelValidator. validateNetworkLayer(NetworkLayer networkLayer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)