public final class MessageKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements MessageKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getMessageKindEnum(), 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static MessageKind | 
COMPLETE
The 'Complete' literal object. 
 | 
static int | 
COMPLETE_VALUE
The 'Complete' literal value. 
 | 
static MessageKind | 
FOUND
The 'Found' literal object. 
 | 
static int | 
FOUND_VALUE
The 'Found' literal value. 
 | 
static MessageKind | 
LOST
The 'Lost' literal object. 
 | 
static int | 
LOST_VALUE
The 'Lost' literal value. 
 | 
static MessageKind | 
UNKNOWN
The 'Unknown' literal object. 
 | 
static int | 
UNKNOWN_VALUE
The 'Unknown' literal value. 
 | 
static java.util.List | 
VALUES
A public read-only list of all the 'Message Kind' enumerators. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MessageKindEnum | 
get(int value)
Returns the 'Message Kind' literal with the specified integer value. 
 | 
static MessageKindEnum | 
get(java.lang.String literal)
Returns the 'Message Kind' literal with the specified literal value. 
 | 
static MessageKindEnum | 
getByName(java.lang.String name)
Returns the 'Message Kind' literal with the specified name. 
 | 
java.util.List | 
refTypeName()  | 
getLiteral, getName, getValue, toString, writeReplacepublic static final int COMPLETE_VALUE
COMPLETE, 
Constant Field Valuespublic static final int LOST_VALUE
LOST, 
Constant Field Valuespublic static final int FOUND_VALUE
FOUND, 
Constant Field Valuespublic static final int UNKNOWN_VALUE
UNKNOWN, 
Constant Field Valuespublic static final MessageKind COMPLETE
COMPLETE_VALUEpublic static final MessageKind LOST
LOST_VALUEpublic static final MessageKind FOUND
FOUND_VALUEpublic static final MessageKind UNKNOWN
UNKNOWN_VALUEpublic static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName in interface javax.jmi.reflect.RefEnumpublic static MessageKindEnum get(java.lang.String literal)
public static MessageKindEnum getByName(java.lang.String name)
public static MessageKindEnum get(int value)