Package iotmodel
Interface RequestResponse
- All Superinterfaces:
AppChannel,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RequestResponseImpl
public interface RequestResponse extends AppChannel
A representation of the model object 'Request Response'.
The following features are supported:
- See Also:
IotmodelPackage.getRequestResponse()
-
Method Summary
Methods inherited from interface iotmodel.AppChannel
getBindToMethods 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
-
getServer
WebServer getServer()Returns the value of the 'Server' reference. It is bidirectional and its opposite is 'Requestresponse'.- Returns:
- the value of the 'Server' reference.
- See Also:
setServer(WebServer),IotmodelPackage.getRequestResponse_Server(),WebServer.getRequestresponse()
-
setServer
Sets the value of the 'Server' reference.- Parameters:
value- the new value of the 'Server' reference.- See Also:
getServer()
-