Class MessageSortEnum
- java.lang.Object
-
- org.eclipse.emf.common.util.AbstractEnumerator
-
- com.nomagic.uml2.ext.magicdraw.interactions.mdbasicinteractions.MessageSortEnum
-
- All Implemented Interfaces:
MessageSort
,java.io.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
Fields Modifier and Type Field Description static int
ASYNCH_CALL_VALUE
The 'Asynch Call' literal value.static int
ASYNCH_SIGNAL_VALUE
The 'Asynch Signal' literal value.static MessageSort
ASYNCHCALL
The 'Asynch Call' literal object.static MessageSort
ASYNCHSIGNAL
The 'Asynch Signal' literal object.static int
CREATE_MESSAGE_VALUE
The 'Create Message' literal value.static MessageSort
CREATEMESSAGE
The 'Create Message' literal object.static int
DELETE_MESSAGE_VALUE
The 'Delete Message' literal value.static MessageSort
DELETEMESSAGE
The 'Delete Message' literal object.static MessageSort
REPLY
The 'Reply' literal object.static int
REPLY_VALUE
The 'Reply' literal value.static int
SYNCH_CALL_VALUE
The 'Synch Call' literal value.static MessageSort
SYNCHCALL
The 'Synch Call' literal object.private static java.util.List<java.lang.String>
typeName
static java.util.List
VALUES
A public read-only list of all the 'Message Sort' enumerators.private static MessageSortEnum[]
VALUES_ARRAY
An array of all the 'Message Sort' enumerators.
-
Constructor Summary
Constructors Modifier Constructor Description private
MessageSortEnum(int value, java.lang.String name, java.lang.String literal)
Only this class can construct instances.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageSortEnum
get(int value)
Returns the 'Message Sort' literal with the specified integer value.static MessageSortEnum
get(java.lang.String literal)
Returns the 'Message Sort' literal with the specified literal value.static MessageSortEnum
getByName(java.lang.String name)
Returns the 'Message Sort' literal with the specified name.private static java.util.List<java.lang.String>
initTypeName()
java.util.List
refTypeName()
-
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
-
-
-
Field Detail
-
SYNCH_CALL_VALUE
public static final int SYNCH_CALL_VALUE
The 'Synch Call' literal value. The message was generated by a synchronous call to an operation.- See Also:
SYNCHCALL
, Constant Field Values- Model:
- name="synchCall"
- Generated:
-
ASYNCH_CALL_VALUE
public static final int ASYNCH_CALL_VALUE
The 'Asynch Call' literal value. The message was generated by an asynchronous call to an operation; i.e., a CallAction with isSynchronous = false.- See Also:
ASYNCHCALL
, Constant Field Values- Model:
- name="asynchCall"
- Generated:
-
ASYNCH_SIGNAL_VALUE
public static final int ASYNCH_SIGNAL_VALUE
The 'Asynch Signal' literal value. The message was generated by an asynchronous send action.- See Also:
ASYNCHSIGNAL
, Constant Field Values- Model:
- name="asynchSignal"
- Generated:
-
CREATE_MESSAGE_VALUE
public static final int CREATE_MESSAGE_VALUE
The 'Create Message' literal value. The message designating the creation of another lifeline object.- See Also:
CREATEMESSAGE
, Constant Field Values- Model:
- name="createMessage"
- Generated:
-
DELETE_MESSAGE_VALUE
public static final int DELETE_MESSAGE_VALUE
The 'Delete Message' literal value. The message designating the termination of another lifeline.- See Also:
DELETEMESSAGE
, Constant Field Values- Model:
- name="deleteMessage"
- Generated:
-
REPLY_VALUE
public static final int REPLY_VALUE
The 'Reply' literal value. The message is a reply message to an operation call.- See Also:
REPLY
, Constant Field Values- Model:
- name="reply"
- Generated:
-
SYNCHCALL
public static final MessageSort SYNCHCALL
The 'Synch Call' literal object.- See Also:
SYNCH_CALL_VALUE
- Generated:
-
ASYNCHCALL
public static final MessageSort ASYNCHCALL
The 'Asynch Call' literal object.- See Also:
ASYNCH_CALL_VALUE
- Generated:
-
ASYNCHSIGNAL
public static final MessageSort ASYNCHSIGNAL
The 'Asynch Signal' literal object.- See Also:
ASYNCH_SIGNAL_VALUE
- Generated:
-
CREATEMESSAGE
public static final MessageSort CREATEMESSAGE
The 'Create Message' literal object.- See Also:
CREATE_MESSAGE_VALUE
- Generated:
-
DELETEMESSAGE
public static final MessageSort DELETEMESSAGE
The 'Delete Message' literal object.- See Also:
DELETE_MESSAGE_VALUE
- Generated:
-
REPLY
public static final MessageSort REPLY
The 'Reply' literal object.- See Also:
REPLY_VALUE
- Generated:
-
typeName
private static final java.util.List<java.lang.String> typeName
- Generated:
-
VALUES_ARRAY
private static final MessageSortEnum[] VALUES_ARRAY
An array of all the 'Message Sort' enumerators.- Generated:
-
VALUES
public static final java.util.List VALUES
A public read-only list of all the 'Message Sort' enumerators.- Generated:
-
-
Method Detail
-
initTypeName
private static java.util.List<java.lang.String> initTypeName()
- Generated:
-
refTypeName
public java.util.List refTypeName()
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
public static MessageSortEnum get(java.lang.String literal)
Returns the 'Message Sort' literal with the specified literal value.- Generated:
-
getByName
public static MessageSortEnum getByName(java.lang.String name)
Returns the 'Message Sort' literal with the specified name.- Generated:
-
get
public static MessageSortEnum get(int value)
Returns the 'Message Sort' literal with the specified integer value.- Generated:
-
-