org.eclipse.uml2
Class MessageKind

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

public final class MessageKind
extends AbstractEnumerator

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

See Also:
UML2Package.getMessageKind()

Field Summary
static int COMPLETE
          The 'Complete' literal value
static MessageKind COMPLETE_LITERAL
          The 'Complete' literal object
static String copyright
           
static int FOUND
          The 'Found' literal value
static MessageKind FOUND_LITERAL
          The 'Found' literal object
static int LOST
          The 'Lost' literal value
static MessageKind LOST_LITERAL
          The 'Lost' literal object
static int UNKNOWN
          The 'Unknown' literal value
static MessageKind UNKNOWN_LITERAL
          The 'Unknown' literal object
static List VALUES
          A public read-only list of all the 'Message Kind' enumerators
 
Method Summary
static MessageKind get(int value)
          Returns the 'Message Kind' literal with the specified value
static MessageKind get(String name)
          Returns the 'Message Kind' 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

COMPLETE

public static final int COMPLETE
The 'Complete' literal value.

See Also:
COMPLETE_LITERAL, Constant Field Values

LOST

public static final int LOST
The 'Lost' literal value.

See Also:
LOST_LITERAL, Constant Field Values

FOUND

public static final int FOUND
The 'Found' literal value.

See Also:
FOUND_LITERAL, Constant Field Values

UNKNOWN

public static final int UNKNOWN
The 'Unknown' literal value.

See Also:
UNKNOWN_LITERAL, Constant Field Values

COMPLETE_LITERAL

public static final MessageKind COMPLETE_LITERAL
The 'Complete' literal object.

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

See Also:
COMPLETE

LOST_LITERAL

public static final MessageKind LOST_LITERAL
The 'Lost' literal object.

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

See Also:
LOST

FOUND_LITERAL

public static final MessageKind FOUND_LITERAL
The 'Found' literal object.

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

See Also:
FOUND

UNKNOWN_LITERAL

public static final MessageKind UNKNOWN_LITERAL
The 'Unknown' literal object.

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

See Also:
UNKNOWN

VALUES

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

Method Detail

get

public static MessageKind get(String name)
Returns the 'Message Kind' literal with the specified name.


get

public static MessageKind get(int value)
Returns the 'Message Kind' literal with the specified value.


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