| Package | Description |
|---|---|
| no.g9.message |
| Modifier and Type | Field and Description |
|---|---|
static MessageReplyType |
MessageReplyType.REPLY_ABORT
Reply: Abort
|
static MessageReplyType |
MessageReplyType.REPLY_CANCEL
Reply: Cancel
|
static MessageReplyType |
MessageReplyType.REPLY_IGNORE
Reply: Ignore
|
static MessageReplyType |
MessageReplyType.REPLY_INFO
Reply: Info
|
static MessageReplyType |
MessageReplyType.REPLY_NO
Reply: No
|
static MessageReplyType |
MessageReplyType.REPLY_NONE
Reply: None specified
|
static MessageReplyType |
MessageReplyType.REPLY_OK
Reply: OK
|
static MessageReplyType |
MessageReplyType.REPLY_RETRY
Reply: Retry
|
static MessageReplyType |
MessageReplyType.REPLY_YES
Reply: Yes, equivalent with OK
|
| Modifier and Type | Method and Description |
|---|---|
static MessageReplyType |
MessageReplyType.fromInt(int pCode)
Returns the constant corresponding to the given integer, or null if none
found..
|
MessageReplyType |
Message.getReply()
Returns the selected reply as a REPLY_xxx-constant.
|
MessageReplyType[] |
ReplySetType.toReplySet()
Returns the message reply type set
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setReply(MessageReplyType pRepl)
Sets the actual reply.
|
| Constructor and Description |
|---|
ReplySetType(int pCode,
String pName,
MessageReplyType[] msgReplyTypeSet)
Constructor for internal use only.
|
Copyright © 2006–2018 Esito AS. All rights reserved.