Uses of Class
iotmodel.ApplicationLayer
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of ApplicationLayer in iotmodel
Fields in iotmodel with type parameters of type ApplicationLayer Modifier and Type Field Description static List<ApplicationLayer>ApplicationLayer. VALUESA public read-only list of all the 'Application Layer' enumerators.Methods in iotmodel that return ApplicationLayer Modifier and Type Method Description static ApplicationLayerApplicationLayer. get(int value)Returns the 'Application Layer' literal with the specified integer value.static ApplicationLayerApplicationLayer. get(String literal)Returns the 'Application Layer' literal with the specified literal value.ApplicationLayerProtocolStack. getApplicationProtocol()Returns the value of the 'Application Protocol' attribute.static ApplicationLayerApplicationLayer. getByName(String name)Returns the 'Application Layer' literal with the specified name.static ApplicationLayerApplicationLayer. 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.Methods in iotmodel with parameters of type ApplicationLayer Modifier and Type Method Description voidProtocolStack. setApplicationProtocol(ApplicationLayer value)Sets the value of the 'Application Protocol' attribute. -
Uses of ApplicationLayer in iotmodel.impl
Fields in iotmodel.impl declared as ApplicationLayer Modifier and Type Field Description protected static ApplicationLayerProtocolStackImpl. APPLICATION_PROTOCOL_EDEFAULTThe default value of the 'Application Protocol' attribute.protected ApplicationLayerProtocolStackImpl. applicationProtocolThe cached value of the 'Application Protocol' attribute.Methods in iotmodel.impl that return ApplicationLayer Modifier and Type Method Description ApplicationLayerIotmodelFactoryImpl. createApplicationLayerFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ApplicationLayerProtocolStackImpl. getApplicationProtocol()Methods in iotmodel.impl with parameters of type ApplicationLayer Modifier and Type Method Description voidProtocolStackImpl. setApplicationProtocol(ApplicationLayer newApplicationProtocol) -
Uses of ApplicationLayer in iotmodel.util
Methods in iotmodel.util with parameters of type ApplicationLayer Modifier and Type Method Description booleanIotmodelValidator. validateApplicationLayer(ApplicationLayer applicationLayer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)