Package com.uc4.api
Class TranslatedMessage
java.lang.Object
com.uc4.api.TranslatedMessage
This class represents a translated message.
-
Constructor Summary
ConstructorsConstructorDescriptionTranslatedMessage
(int nr, String insert, com.uc4.translate.Message translator) Constructs aActivationMessage
. -
Method Summary
-
Constructor Details
-
TranslatedMessage
Constructs aActivationMessage
.- Parameters:
nr
- Message numberinsert
- Message inserttranslator
- translator
-
-
Method Details
-
getInsert
Returns the insert of this message.- Returns:
- insert
-
getText
Returns the translated message text. The message is translated using the logon language.- Returns:
- text
-
getNumber
public int getNumber()Returns the number of this message.- Returns:
- number
-
getType
public char getType()Returns the type of the message.- I ... Information
- E ... Error
- W ... Warning
- Returns:
- type
-
toString
-