Package iotmodel
Interface Message
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
MessageFormat
- All Known Implementing Classes:
MessageFormatImpl,MessageImpl
public interface Message
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Message'.
The following features are supported:
- See Also:
IotmodelPackage.getMessage()
-
Method Summary
Modifier and Type Method Description DatagetEncapsualte()Returns the value of the 'Encapsualte' reference.IoTPlatformgetSendReceiveMessage()Returns the value of the 'Send Receive Message' reference.voidsetEncapsualte(Data value)Sets the value of the 'Encapsualte' reference.voidsetSendReceiveMessage(IoTPlatform value)Sets the value of the 'Send Receive Message' 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
-
getSendReceiveMessage
IoTPlatform getSendReceiveMessage()Returns the value of the 'Send Receive Message' reference. It is bidirectional and its opposite is 'Sent Received By Platform'.- Returns:
- the value of the 'Send Receive Message' reference.
- See Also:
setSendReceiveMessage(IoTPlatform),IotmodelPackage.getMessage_SendReceiveMessage(),IoTPlatform.getSentReceivedByPlatform()
-
setSendReceiveMessage
Sets the value of the 'Send Receive Message' reference.- Parameters:
value- the new value of the 'Send Receive Message' reference.- See Also:
getSendReceiveMessage()
-
getEncapsualte
Data getEncapsualte()Returns the value of the 'Encapsualte' reference. It is bidirectional and its opposite is 'Is Encapsulated'.- Returns:
- the value of the 'Encapsualte' reference.
- See Also:
setEncapsualte(Data),IotmodelPackage.getMessage_Encapsualte(),Data.getIsEncapsulated()
-
setEncapsualte
Sets the value of the 'Encapsualte' reference.- Parameters:
value- the new value of the 'Encapsualte' reference.- See Also:
getEncapsualte()
-