public final class MessageSortEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements MessageSort
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getMessageSortEnum(), 
Serialized Form| Modifier and Type | Field and 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. 
 | 
static java.util.List | 
VALUES
A public read-only list of all the 'Message Sort' enumerators. 
 | 
| Modifier and Type | Method and 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. 
 | 
java.util.List | 
refTypeName()  | 
getLiteral, getName, getValue, toString, writeReplacepublic static final int SYNCH_CALL_VALUE
SYNCHCALL, 
Constant Field Valuespublic static final int ASYNCH_CALL_VALUE
ASYNCHCALL, 
Constant Field Valuespublic static final int ASYNCH_SIGNAL_VALUE
ASYNCHSIGNAL, 
Constant Field Valuespublic static final int CREATE_MESSAGE_VALUE
CREATEMESSAGE, 
Constant Field Valuespublic static final int DELETE_MESSAGE_VALUE
DELETEMESSAGE, 
Constant Field Valuespublic static final int REPLY_VALUE
REPLY, 
Constant Field Valuespublic static final MessageSort SYNCHCALL
SYNCH_CALL_VALUEpublic static final MessageSort ASYNCHCALL
ASYNCH_CALL_VALUEpublic static final MessageSort ASYNCHSIGNAL
ASYNCH_SIGNAL_VALUEpublic static final MessageSort CREATEMESSAGE
CREATE_MESSAGE_VALUEpublic static final MessageSort DELETEMESSAGE
DELETE_MESSAGE_VALUEpublic static final MessageSort REPLY
REPLY_VALUEpublic static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName in interface javax.jmi.reflect.RefEnumpublic static MessageSortEnum get(java.lang.String literal)
public static MessageSortEnum getByName(java.lang.String name)
public static MessageSortEnum get(int value)