public enum FastLoadCmdType extends Enum<FastLoadCmdType>
Enum Constant and Description |
---|
AXSMOD |
BEGIN_LOADING |
CLEAR |
CONNECTSTRING |
DATEFORM |
DEFINE |
END_LOADING |
ERRLIMIT |
HELP |
HELP_TABLE |
INSERT |
LOGDATA |
LOGMECH |
LOGOFF |
LOGON |
NOTIFY |
OS |
QUIT |
RECORD |
RUN |
SESSIONS |
SET_RECORD |
SET_SESSION_CHARSET |
SHOW |
SHOW_VERSIONS |
SLEEP |
TENACITY |
Modifier and Type | Method and Description |
---|---|
static FastLoadCmdType |
searchFastLoadCmd(String str) |
static FastLoadCmdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastLoadCmdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastLoadCmdType AXSMOD
public static final FastLoadCmdType BEGIN_LOADING
public static final FastLoadCmdType CLEAR
public static final FastLoadCmdType CONNECTSTRING
public static final FastLoadCmdType DATEFORM
public static final FastLoadCmdType DEFINE
public static final FastLoadCmdType END_LOADING
public static final FastLoadCmdType ERRLIMIT
public static final FastLoadCmdType HELP
public static final FastLoadCmdType HELP_TABLE
public static final FastLoadCmdType INSERT
public static final FastLoadCmdType LOGDATA
public static final FastLoadCmdType LOGMECH
public static final FastLoadCmdType LOGOFF
public static final FastLoadCmdType LOGON
public static final FastLoadCmdType NOTIFY
public static final FastLoadCmdType OS
public static final FastLoadCmdType QUIT
public static final FastLoadCmdType RECORD
public static final FastLoadCmdType RUN
public static final FastLoadCmdType SESSIONS
public static final FastLoadCmdType SET_RECORD
public static final FastLoadCmdType SET_SESSION_CHARSET
public static final FastLoadCmdType SHOW
public static final FastLoadCmdType SHOW_VERSIONS
public static final FastLoadCmdType SLEEP
public static final FastLoadCmdType TENACITY
public static FastLoadCmdType[] values()
for (FastLoadCmdType c : FastLoadCmdType.values()) System.out.println(c);
public static FastLoadCmdType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static FastLoadCmdType searchFastLoadCmd(String str)