Class MessageSortEnum
java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.nomagic.uml2.ext.magicdraw.interactions.mdbasicinteractions.MessageSortEnum
- All Implemented Interfaces:
MessageSort
,Serializable
,javax.jmi.reflect.RefEnum
,org.eclipse.emf.common.util.Enumerator
public final class MessageSortEnum
extends org.eclipse.emf.common.util.AbstractEnumerator
implements MessageSort
A representation of the literals of the enumeration 'Message Sort',
and utility methods for working with them.
This is an enumerated type that identifies the type of communication action that was used to generate the Message.
- See Also:
-
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getMessageSortEnum()
- Serialized Form
- Model:
- annotation="MOF package='interactions.mdbasicinteractions'"
- Generated:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The 'Asynch Call' literal value.static final int
The 'Asynch Signal' literal value.static final MessageSort
The 'Asynch Call' literal object.static final MessageSort
The 'Asynch Signal' literal object.static final int
The 'Create Message' literal value.static final MessageSort
The 'Create Message' literal object.static final int
The 'Delete Message' literal value.static final MessageSort
The 'Delete Message' literal object.static final MessageSort
The 'Reply' literal object.static final int
The 'Reply' literal value.static final int
The 'Synch Call' literal value.static final MessageSort
The 'Synch Call' literal object.static final List
A public read-only list of all the 'Message Sort' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageSortEnum
get
(int value) Returns the 'Message Sort' literal with the specified integer value.static MessageSortEnum
Returns the 'Message Sort' literal with the specified literal value.static MessageSortEnum
Returns the 'Message Sort' 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
-
SYNCH_CALL_VALUE
public static final int SYNCH_CALL_VALUEThe 'Synch Call' literal value. The message was generated by a synchronous call to an operation.- See Also:
- Model:
- name="synchCall"
- Generated:
-
ASYNCH_CALL_VALUE
public static final int ASYNCH_CALL_VALUEThe 'Asynch Call' literal value. The message was generated by an asynchronous call to an operation; i.e., a CallAction with isSynchronous = false.- See Also:
- Model:
- name="asynchCall"
- Generated:
-
ASYNCH_SIGNAL_VALUE
public static final int ASYNCH_SIGNAL_VALUEThe 'Asynch Signal' literal value. The message was generated by an asynchronous send action.- See Also:
- Model:
- name="asynchSignal"
- Generated:
-
CREATE_MESSAGE_VALUE
public static final int CREATE_MESSAGE_VALUEThe 'Create Message' literal value. The message designating the creation of another lifeline object.- See Also:
- Model:
- name="createMessage"
- Generated:
-
DELETE_MESSAGE_VALUE
public static final int DELETE_MESSAGE_VALUEThe 'Delete Message' literal value. The message designating the termination of another lifeline.- See Also:
- Model:
- name="deleteMessage"
- Generated:
-
REPLY_VALUE
public static final int REPLY_VALUEThe 'Reply' literal value. The message is a reply message to an operation call.- See Also:
- Model:
- name="reply"
- Generated:
-
SYNCHCALL
The 'Synch Call' literal object.- See Also:
- Generated:
-
ASYNCHCALL
The 'Asynch Call' literal object.- See Also:
- Generated:
-
ASYNCHSIGNAL
The 'Asynch Signal' literal object.- See Also:
- Generated:
-
CREATEMESSAGE
The 'Create Message' literal object.- See Also:
- Generated:
-
DELETEMESSAGE
The 'Delete Message' literal object.- See Also:
- Generated:
-
REPLY
The 'Reply' literal object.- See Also:
- Generated:
-
VALUES
A public read-only list of all the 'Message Sort' enumerators.- Generated:
-
-
Method Details
-
refTypeName
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
Returns the 'Message Sort' literal with the specified literal value.- Generated:
-
getByName
Returns the 'Message Sort' literal with the specified name.- Generated:
-
get
Returns the 'Message Sort' literal with the specified integer value.- Generated:
-