|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.uml2.MessageSort
A representation of the literals of the enumeration 'Message Sort', and utility methods for working with them.
UML2Package.getMessageSort()
Field Summary | |
static int |
ASYNCH_CALL
The 'Asynch Call' literal value |
static MessageSort |
ASYNCH_CALL_LITERAL
The 'Asynch Call' literal object |
static int |
ASYNCH_SIGNAL
The 'Asynch Signal' literal value |
static MessageSort |
ASYNCH_SIGNAL_LITERAL
The 'Asynch Signal' literal object |
static String |
copyright
|
static int |
SYNCH_CALL
The 'Synch Call' literal value |
static MessageSort |
SYNCH_CALL_LITERAL
The 'Synch Call' literal object |
static int |
SYNCH_SIGNAL
The 'Synch Signal' literal value |
static MessageSort |
SYNCH_SIGNAL_LITERAL
The 'Synch Signal' literal object |
static List |
VALUES
A public read-only list of all the 'Message Sort' enumerators |
Method Summary | |
static MessageSort |
get(int value)
Returns the 'Message Sort' literal with the specified value |
static MessageSort |
get(String name)
Returns the 'Message Sort' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
public static final int SYNCH_CALL
SYNCH_CALL_LITERAL
,
Constant Field Valuespublic static final int SYNCH_SIGNAL
SYNCH_SIGNAL_LITERAL
,
Constant Field Valuespublic static final int ASYNCH_CALL
ASYNCH_CALL_LITERAL
,
Constant Field Valuespublic static final int ASYNCH_SIGNAL
ASYNCH_SIGNAL_LITERAL
,
Constant Field Valuespublic static final MessageSort SYNCH_CALL_LITERAL
If the meaning of 'Synch Call' literal object isn't clear, there really should be more of a description here...
SYNCH_CALL
public static final MessageSort SYNCH_SIGNAL_LITERAL
If the meaning of 'Synch Signal' literal object isn't clear, there really should be more of a description here...
SYNCH_SIGNAL
public static final MessageSort ASYNCH_CALL_LITERAL
If the meaning of 'Asynch Call' literal object isn't clear, there really should be more of a description here...
ASYNCH_CALL
public static final MessageSort ASYNCH_SIGNAL_LITERAL
If the meaning of 'Asynch Signal' literal object isn't clear, there really should be more of a description here...
ASYNCH_SIGNAL
public static final List VALUES
Method Detail |
public static MessageSort get(String name)
public static MessageSort get(int value)
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |