| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model.uml.behavior.interaction |
| Modifier and Type | Method and Description |
|---|---|
ObMessageKindEnum |
IMessage.getKindOfMessage()
Getter for the KindOfMessage meta class attribute.
|
static ObMessageKindEnum |
ObMessageKindEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObMessageKindEnum[] |
ObMessageKindEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMessage.setKindOfMessage(ObMessageKindEnum value)
Setter for the 'KindOfMessage' meta class attribute
|