Table of Contents

Enum MessageKind

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

This is an enumerated type that identifies the type of Message. <p>From package UML::Interactions.</p>

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

Fields

Complete = 0

sendEvent and receiveEvent are present

Found = 2

sendEvent absent and receiveEvent present

Lost = 1

sendEvent present and receiveEvent absent

Unknown = 3

sendEvent and receiveEvent absent (should not appear)