org.eclipse.uml2
Class MessageSort

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.uml2.MessageSort
All Implemented Interfaces:
Enumerator

public final class MessageSort
extends AbstractEnumerator

A representation of the literals of the enumeration 'Message Sort', and utility methods for working with them.

See Also:
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

copyright

public static final String copyright

See Also:
Constant Field Values

SYNCH_CALL

public static final int SYNCH_CALL
The 'Synch Call' literal value.

See Also:
SYNCH_CALL_LITERAL, Constant Field Values

SYNCH_SIGNAL

public static final int SYNCH_SIGNAL
The 'Synch Signal' literal value.

See Also:
SYNCH_SIGNAL_LITERAL, Constant Field Values

ASYNCH_CALL

public static final int ASYNCH_CALL
The 'Asynch Call' literal value.

See Also:
ASYNCH_CALL_LITERAL, Constant Field Values

ASYNCH_SIGNAL

public static final int ASYNCH_SIGNAL
The 'Asynch Signal' literal value.

See Also:
ASYNCH_SIGNAL_LITERAL, Constant Field Values

SYNCH_CALL_LITERAL

public static final MessageSort SYNCH_CALL_LITERAL
The 'Synch Call' literal object.

If the meaning of 'Synch Call' literal object isn't clear, there really should be more of a description here...

See Also:
SYNCH_CALL

SYNCH_SIGNAL_LITERAL

public static final MessageSort SYNCH_SIGNAL_LITERAL
The 'Synch Signal' literal object.

If the meaning of 'Synch Signal' literal object isn't clear, there really should be more of a description here...

See Also:
SYNCH_SIGNAL

ASYNCH_CALL_LITERAL

public static final MessageSort ASYNCH_CALL_LITERAL
The 'Asynch Call' literal object.

If the meaning of 'Asynch Call' literal object isn't clear, there really should be more of a description here...

See Also:
ASYNCH_CALL

ASYNCH_SIGNAL_LITERAL

public static final MessageSort ASYNCH_SIGNAL_LITERAL
The 'Asynch Signal' literal object.

If the meaning of 'Asynch Signal' literal object isn't clear, there really should be more of a description here...

See Also:
ASYNCH_SIGNAL

VALUES

public static final List VALUES
A public read-only list of all the 'Message Sort' enumerators.

Method Detail

get

public static MessageSort get(String name)
Returns the 'Message Sort' literal with the specified name.


get

public static MessageSort get(int value)
Returns the 'Message Sort' literal with the specified value.


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.