Package iotmodel
Interface PublishSubscribe
- All Superinterfaces:
AppChannel,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PublishSubscribeImpl
public interface PublishSubscribe extends AppChannel
A representation of the model object 'Publish Subscribe'.
The following features are supported:
- See Also:
IotmodelPackage.getPublishSubscribe()
-
Method Summary
Modifier and Type Method Description MessageBrokergetPublishSubscribe()Returns the value of the 'Publish Subscribe' reference.voidsetPublishSubscribe(MessageBroker value)Sets the value of the 'Publish Subscribe' reference.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
-
getPublishSubscribe
MessageBroker getPublishSubscribe()Returns the value of the 'Publish Subscribe' reference. It is bidirectional and its opposite is 'Used By'.- Returns:
- the value of the 'Publish Subscribe' reference.
- See Also:
setPublishSubscribe(MessageBroker),IotmodelPackage.getPublishSubscribe_PublishSubscribe(),MessageBroker.getUsedBy()
-
setPublishSubscribe
Sets the value of the 'Publish Subscribe' reference.- Parameters:
value- the new value of the 'Publish Subscribe' reference.- See Also:
getPublishSubscribe()
-