public static class MsgText_ifc.MsgConfigItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
dst
Some chars which can specify the destination (output) for the message.
|
int |
identNr
The message ident.
|
int |
identNrLast
The last ident if this entry describes a range.
|
java.lang.String |
identText
Identification String for non-numbered message, see
MsgPrintStream |
java.lang.String |
text
The message text can contain format specifier for the additional values.
|
char |
type_ |
Constructor and Description |
---|
MsgConfigItem() |
Modifier and Type | Method and Description |
---|---|
void |
set_type(java.lang.String src) |
public java.lang.String text
public java.lang.String identText
MsgPrintStream
public int identNr
public int identNrLast
public java.lang.String dst
public char type_