|
|||||||||||
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.uml.MessageKind
A representation of the literals of the enumeration 'Message Kind', and utility methods for working with them. This is an enumerated type that identifies the type of message.
UMLPackage.getMessageKind()
Field Summary | |
static int |
COMPLETE
The 'Complete' literal value |
static MessageKind |
COMPLETE_LITERAL
The 'Complete' literal object |
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 integer value |
static MessageKind |
get(String literal)
Returns the 'Message Kind' literal with the specified literal value |
static MessageKind |
getByName(String name)
Returns the 'Message Kind' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, 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 int COMPLETE
MessageKind.COMPLETE_LITERAL
,
Constant Field Valuespublic static final int LOST
MessageKind.LOST_LITERAL
,
Constant Field Valuespublic static final int FOUND
MessageKind.FOUND_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
MessageKind.UNKNOWN_LITERAL
,
Constant Field Valuespublic static final MessageKind COMPLETE_LITERAL
MessageKind.COMPLETE
public static final MessageKind LOST_LITERAL
MessageKind.LOST
public static final MessageKind FOUND_LITERAL
MessageKind.FOUND
public static final MessageKind UNKNOWN_LITERAL
MessageKind.UNKNOWN
public static final List VALUES
Method Detail |
public static MessageKind get(String literal)
public static MessageKind getByName(String name)
public static MessageKind get(int value)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |