Package iotmodel
Interface WebServer
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
WebServerImpl
public interface WebServer
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Web Server'.
The following features are supported:
- See Also:
IotmodelPackage.getWebServer()
-
Method Summary
Modifier and Type Method Description IoTPlatformgetIotplatform()Returns the value of the 'Iotplatform' reference.RequestResponsegetRequestresponse()Returns the value of the 'Requestresponse' reference.voidsetIotplatform(IoTPlatform value)Sets the value of the 'Iotplatform' reference.voidsetRequestresponse(RequestResponse value)Sets the value of the 'Requestresponse' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRequestresponse
RequestResponse getRequestresponse()Returns the value of the 'Requestresponse' reference. It is bidirectional and its opposite is 'Server'.- Returns:
- the value of the 'Requestresponse' reference.
- See Also:
setRequestresponse(RequestResponse),IotmodelPackage.getWebServer_Requestresponse(),RequestResponse.getServer()
-
setRequestresponse
Sets the value of the 'Requestresponse' reference.- Parameters:
value- the new value of the 'Requestresponse' reference.- See Also:
getRequestresponse()
-
getIotplatform
IoTPlatform getIotplatform()Returns the value of the 'Iotplatform' reference. It is bidirectional and its opposite is 'Webserver'.- Returns:
- the value of the 'Iotplatform' reference.
- See Also:
setIotplatform(IoTPlatform),IotmodelPackage.getWebServer_Iotplatform(),IoTPlatform.getWebserver()
-
setIotplatform
Sets the value of the 'Iotplatform' reference.- Parameters:
value- the new value of the 'Iotplatform' reference.- See Also:
getIotplatform()
-