Package org.reldb.toolbox.il8n
Class Msg
java.lang.Object
org.reldb.toolbox.il8n.Msg
Represent a translatable message specified as a parametrised format string per java.text.MessageFormat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFormat specification per java.text.MessageFormat.Location of this message. -
Constructor Summary
ConstructorsConstructorDescriptionDefine a format specification per java.text.MessageFormat.Define a format specification per java.text.MessageFormat.Define a format specification per java.text.MessageFormat. -
Method Summary
-
Field Details
-
formatSpec
Format specification per java.text.MessageFormat. -
location
Location of this message.
-
-
Constructor Details
-
Msg
Define a format specification per java.text.MessageFormat.- Parameters:
formatSpec
- Format specification per java.text.MessageFormat.location
- Location of this message.
-
Msg
Define a format specification per java.text.MessageFormat.- Parameters:
formatSpec
- Format specification per java.text.MessageFormat.location
- Location of this message.
-
Msg
Define a format specification per java.text.MessageFormat.- Parameters:
formatSpec
- Format specification per java.text.MessageFormat.
-
-
Method Details