| Package | Description |
|---|---|
| no.g9.message |
| Modifier and Type | Field and Description |
|---|---|
static ReplySetType |
ReplySetType.REPLSET_ABORTRETRYIGNORE
Legal replies: Abort, Retry, Ignore.
|
static ReplySetType |
ReplySetType.REPLSET_DATE
Legal replies: Input a date.
|
static ReplySetType |
ReplySetType.REPLSET_DIR
Legal replies: Input a directory name (may not exist).
|
static ReplySetType |
ReplySetType.REPLSET_DIR_EXISTS
Legal replies: Input an existing directory.
|
static ReplySetType |
ReplySetType.REPLSET_FILE
Legal replies: Input a file name (may not exist).
|
static ReplySetType |
ReplySetType.REPLSET_FILE_EXISTS
Legal replies: Input an existing file.
|
static ReplySetType |
ReplySetType.REPLSET_NONE
Legal replies: None.
|
static ReplySetType |
ReplySetType.REPLSET_OK
Legal replies: OK.
|
static ReplySetType |
ReplySetType.REPLSET_OKCANCEL
Legal replies: OK, Cancel.
|
static ReplySetType |
ReplySetType.REPLSET_OKINFO
Legal replies: OK, Info.
|
static ReplySetType |
ReplySetType.REPLSET_STRING
Legal replies: Input a string.
|
static ReplySetType |
ReplySetType.REPLSET_YESNO
Legal replies: Yes, No.
|
static ReplySetType |
ReplySetType.REPLSET_YESNOCANCEL
Legal replies: Yes, No, Cancel.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplySetType |
ReplySetType.fromInt(int pCode)
Returns the constant corresponding to the given integer, or null if none
found..
|
static ReplySetType |
ReplySetType.fromString(String pName)
Returns the constant corresponding to the given name, or null if none
found..
|
ReplySetType |
Message.getValidReplies()
Returns a REPLSET_xxx-constant for the valid replies to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setValidReplies(ReplySetType pReplies)
Sets valid replies for this message.
|
Copyright © 2006–2018 Esito AS. All rights reserved.