|
|||||||||||
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.MessageKind
A representation of the literals of the enumeration 'Message Kind', and utility methods for working with them.
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 |
public static final String copyright
public static final int COMPLETE
COMPLETE_LITERAL
,
Constant Field Valuespublic static final int LOST
LOST_LITERAL
,
Constant Field Valuespublic static final int FOUND
FOUND_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final MessageKind COMPLETE_LITERAL
If the meaning of 'Complete' literal object isn't clear, there really should be more of a description here...
COMPLETE
public static final MessageKind LOST_LITERAL
If the meaning of 'Lost' literal object isn't clear, there really should be more of a description here...
LOST
public static final MessageKind FOUND_LITERAL
If the meaning of 'Found' literal object isn't clear, there really should be more of a description here...
FOUND
public static final MessageKind UNKNOWN_LITERAL
If the meaning of 'Unknown' literal object isn't clear, there really should be more of a description here...
UNKNOWN
public static final List VALUES
Method Detail |
public static MessageKind get(String name)
public static MessageKind 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 |