Uses of Class
iotmodel.TransportLayer
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of TransportLayer in iotmodel
Fields in iotmodel with type parameters of type TransportLayer Modifier and Type Field Description static List<TransportLayer>TransportLayer. VALUESA public read-only list of all the 'Transport Layer' enumerators.Methods in iotmodel that return TransportLayer Modifier and Type Method Description static TransportLayerTransportLayer. get(int value)Returns the 'Transport Layer' literal with the specified integer value.static TransportLayerTransportLayer. get(String literal)Returns the 'Transport Layer' literal with the specified literal value.static TransportLayerTransportLayer. getByName(String name)Returns the 'Transport Layer' literal with the specified name.TransportLayerProtocolStack. getTransport()Returns the value of the 'Transport' attribute.static TransportLayerTransportLayer. 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.Methods in iotmodel with parameters of type TransportLayer Modifier and Type Method Description voidProtocolStack. setTransport(TransportLayer value)Sets the value of the 'Transport' attribute. -
Uses of TransportLayer in iotmodel.impl
Fields in iotmodel.impl declared as TransportLayer Modifier and Type Field Description protected TransportLayerProtocolStackImpl. transportThe cached value of the 'Transport' attribute.protected static TransportLayerProtocolStackImpl. TRANSPORT_EDEFAULTThe default value of the 'Transport' attribute.Methods in iotmodel.impl that return TransportLayer Modifier and Type Method Description TransportLayerIotmodelFactoryImpl. createTransportLayerFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)TransportLayerProtocolStackImpl. getTransport()Methods in iotmodel.impl with parameters of type TransportLayer Modifier and Type Method Description voidProtocolStackImpl. setTransport(TransportLayer newTransport) -
Uses of TransportLayer in iotmodel.util
Methods in iotmodel.util with parameters of type TransportLayer Modifier and Type Method Description booleanIotmodelValidator. validateTransportLayer(TransportLayer transportLayer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)