public class ReplySetType extends MessageEnums
| Modifier and Type | Field and Description |
|---|---|
static ReplySetType |
REPLSET_ABORTRETRYIGNORE
Legal replies: Abort, Retry, Ignore.
|
static ReplySetType |
REPLSET_DATE
Legal replies: Input a date.
|
static ReplySetType |
REPLSET_DIR
Legal replies: Input a directory name (may not exist).
|
static ReplySetType |
REPLSET_DIR_EXISTS
Legal replies: Input an existing directory.
|
static ReplySetType |
REPLSET_FILE
Legal replies: Input a file name (may not exist).
|
static ReplySetType |
REPLSET_FILE_EXISTS
Legal replies: Input an existing file.
|
static ReplySetType |
REPLSET_NONE
Legal replies: None.
|
static ReplySetType |
REPLSET_OK
Legal replies: OK.
|
static ReplySetType |
REPLSET_OKCANCEL
Legal replies: OK, Cancel.
|
static ReplySetType |
REPLSET_OKINFO
Legal replies: OK, Info.
|
static ReplySetType |
REPLSET_STRING
Legal replies: Input a string.
|
static ReplySetType |
REPLSET_YESNO
Legal replies: Yes, No.
|
static ReplySetType |
REPLSET_YESNOCANCEL
Legal replies: Yes, No, Cancel.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ReplySetType(int pCode,
String pName,
MessageReplyType[] msgReplyTypeSet)
Constructor for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplySetType |
fromInt(int pCode)
Returns the constant corresponding to the given integer, or null if none
found..
|
static ReplySetType |
fromString(String pName)
Returns the constant corresponding to the given name, or null if none
found..
|
MessageReplyType[] |
toReplySet()
Returns the message reply type set
|
equals, hashCode, toInt, toStringpublic static final ReplySetType REPLSET_FILE_EXISTS
public static final ReplySetType REPLSET_DIR_EXISTS
public static final ReplySetType REPLSET_FILE
public static final ReplySetType REPLSET_DIR
public static final ReplySetType REPLSET_DATE
public static final ReplySetType REPLSET_STRING
public static final ReplySetType REPLSET_NONE
public static final ReplySetType REPLSET_OK
public static final ReplySetType REPLSET_OKCANCEL
public static final ReplySetType REPLSET_YESNO
public static final ReplySetType REPLSET_YESNOCANCEL
public static final ReplySetType REPLSET_ABORTRETRYIGNORE
public static final ReplySetType REPLSET_OKINFO
protected ReplySetType(int pCode,
String pName,
MessageReplyType[] msgReplyTypeSet)
pCode - Numeric value.pName - Textual value.msgReplyTypeSet - reply type setpublic static ReplySetType fromInt(int pCode)
pCode - Integer value.public static ReplySetType fromString(String pName)
pName - String name.public MessageReplyType[] toReplySet()
Copyright © 2006–2018 Esito AS. All rights reserved.