Class MessageKindEnum
java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.nomagic.uml2.ext.magicdraw.interactions.mdbasicinteractions.MessageKindEnum
- All Implemented Interfaces:
MessageKind
,Serializable
,javax.jmi.reflect.RefEnum
,org.eclipse.emf.common.util.Enumerator
public final class MessageKindEnum
extends org.eclipse.emf.common.util.AbstractEnumerator
implements MessageKind
A representation of the literals of the enumeration 'Message Kind',
and utility methods for working with them.
This is an enumerated type that identifies the type of Message.
- See Also:
-
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getMessageKindEnum()
- Serialized Form
- Model:
- annotation="MOF package='interactions.mdbasicinteractions'"
- Generated:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MessageKind
The 'Complete' literal object.static final int
The 'Complete' literal value.static final MessageKind
The 'Found' literal object.static final int
The 'Found' literal value.static final MessageKind
The 'Lost' literal object.static final int
The 'Lost' literal value.static final MessageKind
The 'Unknown' literal object.static final int
The 'Unknown' literal value.static final List
A public read-only list of all the 'Message Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageKindEnum
get
(int value) Returns the 'Message Kind' literal with the specified integer value.static MessageKindEnum
Returns the 'Message Kind' literal with the specified literal value.static MessageKindEnum
Returns the 'Message Kind' literal with the specified name.Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.jmi.reflect.RefEnum
equals, hashCode, toString
-
Field Details
-
COMPLETE_VALUE
public static final int COMPLETE_VALUEThe 'Complete' literal value. sendEvent and receiveEvent are present- See Also:
- Model:
- name="complete"
- Generated:
-
LOST_VALUE
public static final int LOST_VALUEThe 'Lost' literal value. sendEvent present and receiveEvent absent- See Also:
- Model:
- name="lost"
- Generated:
-
FOUND_VALUE
public static final int FOUND_VALUEThe 'Found' literal value. sendEvent absent and receiveEvent present- See Also:
- Model:
- name="found"
- Generated:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe 'Unknown' literal value. sendEvent and receiveEvent absent (should not appear)- See Also:
- Model:
- name="unknown"
- Generated:
-
COMPLETE
The 'Complete' literal object.- See Also:
- Generated:
-
LOST
The 'Lost' literal object.- See Also:
- Generated:
-
FOUND
The 'Found' literal object.- See Also:
- Generated:
-
UNKNOWN
The 'Unknown' literal object.- See Also:
- Generated:
-
VALUES
A public read-only list of all the 'Message Kind' enumerators.- Generated:
-
-
Method Details
-
refTypeName
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
Returns the 'Message Kind' literal with the specified literal value.- Generated:
-
getByName
Returns the 'Message Kind' literal with the specified name.- Generated:
-
get
Returns the 'Message Kind' literal with the specified integer value.- Generated:
-