Uses of Interface
iotmodel.WebServer
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of WebServer in iotmodel
Methods in iotmodel that return WebServer Modifier and Type Method Description WebServerIotmodelFactory. createWebServer()Returns a new object of class 'Web Server'.WebServerRequestResponse. getServer()Returns the value of the 'Server' reference.WebServerIoTPlatform. getWebserver()Returns the value of the 'Webserver' reference. -
Uses of WebServer in iotmodel.impl
Classes in iotmodel.impl that implement WebServer Modifier and Type Class Description classWebServerImplAn implementation of the model object 'Web Server'.Fields in iotmodel.impl declared as WebServer Modifier and Type Field Description protected WebServerRequestResponseImpl. serverThe cached value of the 'Server' reference.protected WebServerIoTPlatformImpl. webserverThe cached value of the 'Webserver' reference.Methods in iotmodel.impl that return WebServer Modifier and Type Method Description WebServerRequestResponseImpl. basicGetServer()WebServerIoTPlatformImpl. basicGetWebserver()WebServerIotmodelFactoryImpl. createWebServer()WebServerRequestResponseImpl. getServer()WebServerIoTPlatformImpl. getWebserver()Methods in iotmodel.impl with parameters of type WebServer Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainRequestResponseImpl. basicSetServer(WebServer newServer, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainIoTPlatformImpl. basicSetWebserver(WebServer newWebserver, org.eclipse.emf.common.notify.NotificationChain msgs)voidRequestResponseImpl. setServer(WebServer newServer)voidIoTPlatformImpl. setWebserver(WebServer newWebserver) -
Uses of WebServer in iotmodel.util
Methods in iotmodel.util with parameters of type WebServer Modifier and Type Method Description TIotmodelSwitch. caseWebServer(WebServer object)Returns the result of interpreting the object as an instance of 'Web Server'.booleanIotmodelValidator. validateWebServer(WebServer webServer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)