Uses of Interface
iotmodel.Message
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of Message in iotmodel
Subinterfaces of Message in iotmodel Modifier and Type Interface Description interfaceMessageFormatA representation of the model object 'Message Format'.Methods in iotmodel that return Message Modifier and Type Method Description MessageData. getIsEncapsulated()Returns the value of the 'Is Encapsulated' reference.MessageIoTPlatform. getSentReceivedByPlatform()Returns the value of the 'Sent Received By Platform' reference.Methods in iotmodel that return types with arguments of type Message Modifier and Type Method Description org.eclipse.emf.common.util.EList<Message>Thing. getMessage()Returns the value of the 'Message' containment reference list.Methods in iotmodel with parameters of type Message Modifier and Type Method Description voidData. setIsEncapsulated(Message value)Sets the value of the 'Is Encapsulated' reference.voidIoTPlatform. setSentReceivedByPlatform(Message value)Sets the value of the 'Sent Received By Platform' reference. -
Uses of Message in iotmodel.impl
Classes in iotmodel.impl that implement Message Modifier and Type Class Description classMessageFormatImplAn implementation of the model object 'Message Format'.classMessageImplAn implementation of the model object 'Message'.Fields in iotmodel.impl declared as Message Modifier and Type Field Description protected MessageDataImpl. isEncapsulatedThe cached value of the 'Is Encapsulated' reference.protected MessageIoTPlatformImpl. sentReceivedByPlatformThe cached value of the 'Sent Received By Platform' reference.Fields in iotmodel.impl with type parameters of type Message Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Message>ThingImpl. messageThe cached value of the 'Message' containment reference list.Methods in iotmodel.impl that return Message Modifier and Type Method Description MessageDataImpl. basicGetIsEncapsulated()MessageIoTPlatformImpl. basicGetSentReceivedByPlatform()MessageDataImpl. getIsEncapsulated()MessageIoTPlatformImpl. getSentReceivedByPlatform()Methods in iotmodel.impl that return types with arguments of type Message Modifier and Type Method Description org.eclipse.emf.common.util.EList<Message>ThingImpl. getMessage()Methods in iotmodel.impl with parameters of type Message Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDataImpl. basicSetIsEncapsulated(Message newIsEncapsulated, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainIoTPlatformImpl. basicSetSentReceivedByPlatform(Message newSentReceivedByPlatform, org.eclipse.emf.common.notify.NotificationChain msgs)voidDataImpl. setIsEncapsulated(Message newIsEncapsulated)voidIoTPlatformImpl. setSentReceivedByPlatform(Message newSentReceivedByPlatform) -
Uses of Message in iotmodel.util
Methods in iotmodel.util with parameters of type Message Modifier and Type Method Description TIotmodelSwitch. caseMessage(Message object)Returns the result of interpreting the object as an instance of 'Message'.booleanIotmodelValidator. validateMessage(Message message, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)