| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Method and Description |
|---|---|
WebServer |
IotmodelFactory.createWebServer()
Returns a new object of class 'Web Server'.
|
WebServer |
RequestResponse.getServer()
Returns the value of the 'Server' reference.
|
WebServer |
IoTPlatform.getWebserver()
Returns the value of the 'Webserver' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestResponse.setServer(WebServer value)
Sets the value of the '
Server' reference. |
void |
IoTPlatform.setWebserver(WebServer value)
Sets the value of the '
Webserver' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebServerImpl
An implementation of the model object 'Web Server'.
|
| Modifier and Type | Field and Description |
|---|---|
protected WebServer |
RequestResponseImpl.server
The cached value of the '
Server' reference. |
protected WebServer |
IoTPlatformImpl.webserver
The cached value of the '
Webserver' reference. |
| Modifier and Type | Method and Description |
|---|---|
WebServer |
RequestResponseImpl.basicGetServer() |
WebServer |
IoTPlatformImpl.basicGetWebserver() |
WebServer |
IotmodelFactoryImpl.createWebServer() |
WebServer |
RequestResponseImpl.getServer() |
WebServer |
IoTPlatformImpl.getWebserver() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
RequestResponseImpl.basicSetServer(WebServer newServer,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
IoTPlatformImpl.basicSetWebserver(WebServer newWebserver,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
RequestResponseImpl.setServer(WebServer newServer) |
void |
IoTPlatformImpl.setWebserver(WebServer newWebserver) |
| Modifier and Type | Method and Description |
|---|---|
T |
IotmodelSwitch.caseWebServer(WebServer object)
Returns the result of interpreting the object as an instance of 'Web Server'.
|
boolean |
IotmodelValidator.validateWebServer(WebServer webServer,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.