An object that keeps information about a part of the message that is going to be presented to a user.
For example, it can be shown on the screen, or written in a log-file, or saved in the database (possibly, many other scenarios may be "invented").
Every
EcmMessagePart can be used
- literally (exactly as it is), if
EcmMessagePart.toBeLocalized is false, or
- in its localized form (if localization is possible), if
EcmMessagePart.toBeLocalized is true.
A conversion to a String is not performed inside this object.