Table of Contents

Enum MessageSort

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

This is an enumerated type that identifies the type of communication action that was used to generate the Message. <p>From package UML::Interactions.</p>

[TypeConverter(typeof(MessageSortConverter))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//MessageSort")]
public enum MessageSort

Fields

AsynchCall = 1

The message was generated by an asynchronous call to an operation; i.e., a CallAction with isSynchronous = false.

AsynchSignal = 2

The message was generated by an asynchronous send action.

CreateMessage = 3

The message designating the creation of another lifeline object.

DeleteMessage = 4

The message designating the termination of another lifeline.

Reply = 5

The message is a reply message to an operation call.

SynchCall = 0

The message was generated by a synchronous call to an operation.