| Package | Description |
|---|---|
| no.g9.message |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageTypeEnum
Enumeration of the set of standard message types.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageTypeEnum.fromString(String pName)
This function retuns the
MessageType for a given name. |
MessageType |
Message.getMsgType()
Returns the message type as a MSGTYPE_xxx-constant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setMsgType(MessageType pMsgType)
Sets the message type.
|
| Constructor and Description |
|---|
Message(String messageID,
MessageType messageType,
Object... args)
Constructor with message number and type.
|
Copyright © 2006–2018 Esito AS. All rights reserved.