public class Tool4DbMessages
extends java.lang.Object
Tool4DbMessages
class provides the german messages of the database classes.Modifier and Type | Field and Description |
---|---|
java.lang.String[][] |
message |
java.lang.String |
tablename |
Constructor and Description |
---|
Tool4DbMessages()
The constructor
Tool4DbMessages creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage(java.lang.String key)
The method
getMessage returns the message of the given key value. |
java.lang.String |
getMessage(java.lang.String key,
java.lang.String value)
The method
getMessage returns the message of the given key value. |
public java.lang.String[][] message
public java.lang.String tablename
public Tool4DbMessages()
Tool4DbMessages
creates a new instance(object) of the class.public java.lang.String getMessage(java.lang.String key)
getMessage
returns the message of the given key value.
idnetifies the message with binary search.key
- key for translation.public java.lang.String getMessage(java.lang.String key, java.lang.String value)
getMessage
returns the message of the given key value.
identifies the message with binary search.key
- key for translation.value
- the values to be inserted, separated by |.