|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
com.ibm.xtools.bpmn2 | |
com.ibm.xtools.bpmn2.util |
Uses of Message in com.ibm.xtools.bpmn2 |
---|
Methods in com.ibm.xtools.bpmn2 that return Message | |
---|---|
Message |
Bpmn2Factory.createMessage()
Returns a new object of class 'Message'. |
Message |
Operation.getInMessage()
Returns the value of the 'In Message' reference. |
Message |
MessageFlow.getMessage()
Returns the value of the 'Message' reference. |
Message |
DocumentRoot.getMessage()
Returns the value of the 'Message' containment reference. |
Message |
MessageEventDefinition.getMessage()
Returns the value of the 'Message' reference. |
Message |
Operation.getOutMessage()
Returns the value of the 'Out Message' reference. |
Methods in com.ibm.xtools.bpmn2 with parameters of type Message | |
---|---|
void |
Operation.setInMessage(Message value)
Sets the value of the ' In Message ' reference. |
void |
MessageFlow.setMessage(Message value)
Sets the value of the ' Message ' reference. |
void |
DocumentRoot.setMessage(Message value)
Sets the value of the ' Message ' containment reference. |
void |
MessageEventDefinition.setMessage(Message value)
Sets the value of the ' Message ' reference. |
void |
Operation.setOutMessage(Message value)
Sets the value of the ' Out Message ' reference. |
Uses of Message in com.ibm.xtools.bpmn2.util |
---|
Methods in com.ibm.xtools.bpmn2.util with parameters of type Message | |
---|---|
T |
Bpmn2Switch.caseMessage(Message object)
Returns the result of interpreting the object as an instance of 'Message'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |