public final class MessageKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements MessageKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getMessageKindEnum()
,
Serialized FormModifier 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, writeReplace
public 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_VALUE
public static final MessageKind LOST
LOST_VALUE
public static final MessageKind FOUND
FOUND_VALUE
public static final MessageKind UNKNOWN
UNKNOWN_VALUE
public static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName
in interface javax.jmi.reflect.RefEnum
public static MessageKindEnum get(java.lang.String literal)
public static MessageKindEnum getByName(java.lang.String name)
public static MessageKindEnum get(int value)