Modifier and Type | Method and Description |
---|---|
IMessage |
IUmlModel.createMessage(ObMessageSortEnum sort)
Create a Message.
|
IMessage |
IUmlModel.createMessage(ObMessageSortEnum sort,
IOperation invoked)
Create a Message.
|
IMessage |
IUmlModel.createMessage(String name,
ObMessageSortEnum sort)
Create a Message.
|
Modifier and Type | Method and Description |
---|---|
ObMessageSortEnum |
ICommunicationMessage.getSortOfMessage()
Getter for the SortOfMessage meta class attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommunicationMessage.setSortOfMessage(ObMessageSortEnum value)
Setter for the 'SortOfMessage' meta class attribute
|
Modifier and Type | Method and Description |
---|---|
ObMessageSortEnum |
IMessage.getSortOfMessage()
Getter for the SortOfMessage meta class attribute.
|
static ObMessageSortEnum |
ObMessageSortEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObMessageSortEnum[] |
ObMessageSortEnum.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.setSortOfMessage(ObMessageSortEnum value)
Setter for the 'SortOfMessage' meta class attribute
|