|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MessageKind> org.eclipse.uml2.uml.MessageKind
public enum 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()
Enum Constant Summary | |
---|---|
COMPLETE_LITERAL
The 'Complete' literal object |
|
FOUND_LITERAL
The 'Found' literal object |
|
LOST_LITERAL
The 'Lost' literal object |
|
UNKNOWN_LITERAL
The 'Unknown' literal object |
Field Summary | |
---|---|
static int |
COMPLETE
The 'Complete' literal value |
static int |
FOUND
The 'Found' literal value |
static int |
LOST
The 'Lost' literal value |
static int |
UNKNOWN
The 'Unknown' literal value |
static java.util.List<MessageKind> |
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(java.lang.String literal)
Returns the 'Message Kind' literal with the specified literal value |
static MessageKind |
getByName(java.lang.String name)
Returns the 'Message Kind' literal with the specified name |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static MessageKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessageKind[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MessageKind COMPLETE_LITERAL
COMPLETE
public static final MessageKind LOST_LITERAL
LOST
public static final MessageKind FOUND_LITERAL
FOUND
public static final MessageKind UNKNOWN_LITERAL
UNKNOWN
Field Detail |
---|
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 java.util.List<MessageKind> VALUES
Method Detail |
---|
public static final MessageKind[] values()
for(MessageKind c : MessageKind.values()) System.out.println(c);
public static MessageKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static MessageKind get(java.lang.String literal)
public static MessageKind getByName(java.lang.String name)
public static MessageKind get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<MessageKind>
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |