public final class MessageKind extends AbstractEnumerator
UMLPackage.getMessageKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
getLiteral, getName, getValue, toString, writeReplace
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
COMPLETE
public static final MessageKind LOST_LITERAL
LOST
public static final MessageKind FOUND_LITERAL
FOUND
public static final MessageKind UNKNOWN_LITERAL
UNKNOWN
public static final List VALUES
public static MessageKind get(String literal)
public static MessageKind getByName(String name)
public static MessageKind get(int value)