public final class MessagePointKind
extends org.eclipse.emf.common.util.AbstractEnumerator
RhapsodyPackage.getMessagePointKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ARRIVED
The 'Arrived' literal value.
|
static MessagePointKind |
ARRIVED_LITERAL
The 'Arrived' literal object.
|
static int |
SENT
The 'Sent' literal value.
|
static MessagePointKind |
SENT_LITERAL
The 'Sent' literal object.
|
static int |
UNKNOWN
The 'Unknown' literal value.
|
static MessagePointKind |
UNKNOWN_LITERAL
The 'Unknown' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Message Point Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static MessagePointKind |
get(int value)
Returns the 'Message Point Kind' literal with the specified integer value.
|
static MessagePointKind |
get(java.lang.String literal)
Returns the 'Message Point Kind' literal with the specified literal value.
|
static MessagePointKind |
getByName(java.lang.String name)
Returns the 'Message Point Kind' literal with the specified name.
|
public static final int SENT
SENT_LITERAL
,
Constant Field Valuespublic static final int ARRIVED
ARRIVED_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final MessagePointKind SENT_LITERAL
SENT
public static final MessagePointKind ARRIVED_LITERAL
ARRIVED
public static final MessagePointKind UNKNOWN_LITERAL
UNKNOWN
public static final java.util.List VALUES
public static MessagePointKind get(java.lang.String literal)
public static MessagePointKind getByName(java.lang.String name)
public static MessagePointKind get(int value)