Message Class Reference
Message class is used to obtain messages such as errors and warnings.
The class can be called from Report class.
.
More...
Public Member Functions | |
| int | GetCode () |
| Returns the code of the message as an integer. More... | |
| String | GetText () |
| Returns the text of the message as a string. More... | |
| String | GetTitle () |
| Returns the title of the message as a string. More... | |
| String | GetType () |
| Returns the type of the message as a string. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
Detailed Description
Message class is used to obtain messages such as errors and warnings.
The class can be called from Report class.
.
Example of calling the class object:
app.GetModel(0).GetStudy(0).GetReport().GetMessageObject(0)
Member Function Documentation
| int Message::GetCode | ( | ) |
Returns the code of the message as an integer.
- Returns
- Code of the message
| String Message::GetText | ( | ) |
Returns the text of the message as a string.
- Returns
- Text of the message
| String Message::GetTitle | ( | ) |
Returns the title of the message as a string.
- Returns
- Title of the message
| String Message::GetType | ( | ) |
Returns the type of the message as a string.
- Returns
- Type of the message
| bool Message::IsValid | ( | ) |
Returns True if an object is valid.
- Returns
- Whether or not the Message objects in the list are valid