public enum BteqCmdType extends Enum<BteqCmdType>
Modifier and Type | Method and Description |
---|---|
static BteqCmdType |
searchBteqCmd(String str) |
static BteqCmdType |
searchBteqCmd(TSourceToken token) |
static BteqCmdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BteqCmdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BteqCmdType AUTOKEYRETRIEVE
public static final BteqCmdType BRANCHMSG
public static final BteqCmdType COMPILE
public static final BteqCmdType CONNECTSTRING
public static final BteqCmdType DECIMALDIGITS
public static final BteqCmdType DEFAULTS
public static final BteqCmdType ECHOREQ
public static final BteqCmdType ENCRYPTION
public static final BteqCmdType ERRORLEVEL
public static final BteqCmdType ERRORONDBSWARNING
public static final BteqCmdType ERROROUT
public static final BteqCmdType EXIT
public static final BteqCmdType QUIT
public static final BteqCmdType EXITONDELAY
public static final BteqCmdType EXPORT_DATA
public static final BteqCmdType EXPORT_DDNAME
public static final BteqCmdType EXPORT_INDICDATA
public static final BteqCmdType EXPORT_REPORT
public static final BteqCmdType EXPORT_DIF
public static final BteqCmdType EXPORT_FILE
public static final BteqCmdType EXPORT_RESET
public static final BteqCmdType EXPORTEJECT
public static final BteqCmdType FOLDLINE
public static final BteqCmdType FOOTING
public static final BteqCmdType FORMAT
public static final BteqCmdType FORMCHAR
public static final BteqCmdType FULLYEAR
public static final BteqCmdType GOTO
public static final BteqCmdType HANG
public static final BteqCmdType HEADING
public static final BteqCmdType RTITLE
public static final BteqCmdType HELP_BTEQ
public static final BteqCmdType HELP
public static final BteqCmdType IF
public static final BteqCmdType ENDIF
public static final BteqCmdType ELSE
public static final BteqCmdType ELSEIF
public static final BteqCmdType IMPORT_INDICATA
public static final BteqCmdType IMPORT_INDICDATA
public static final BteqCmdType IMPORT_REPORT
public static final BteqCmdType IMPORT_DATA
public static final BteqCmdType IMPORT_VARTEXT
public static final BteqCmdType IMPORT_RESET
public static final BteqCmdType IMPORT_DDNAME
public static final BteqCmdType IMPORT_RECORDLENGTH
public static final BteqCmdType IMPORT_FILE
public static final BteqCmdType INDICATORMODE
public static final BteqCmdType INDICDATA
public static final BteqCmdType LABEL
public static final BteqCmdType LARGEDATAMODE
public static final BteqCmdType LOGMECH
public static final BteqCmdType LOGDATA
public static final BteqCmdType LOGOFF
public static final BteqCmdType LOGON
public static final BteqCmdType LOGONPROMPT
public static final BteqCmdType MAXERROR
public static final BteqCmdType MESSAGEOUT
public static final BteqCmdType NOTIFY
public static final BteqCmdType NULL
public static final BteqCmdType OMIT
public static final BteqCmdType OS
public static final BteqCmdType PACK
public static final BteqCmdType PAGEBREAK
public static final BteqCmdType PAGELENGTH
public static final BteqCmdType QUIET
public static final BteqCmdType RECORDLENGTH
public static final BteqCmdType RECORDMODE
public static final BteqCmdType REMARK
public static final BteqCmdType REPEAT
public static final BteqCmdType REPEATSTOP
public static final BteqCmdType REPORTALIGN
public static final BteqCmdType RETCANCEL
public static final BteqCmdType RETLIMIT
public static final BteqCmdType RETRY
public static final BteqCmdType RUN_FILE
public static final BteqCmdType RUN_DD
public static final BteqCmdType RUN_DDNAME
public static final BteqCmdType RUN_QUIT
public static final BteqCmdType SEPARATOR
public static final BteqCmdType SESSION_CHARSET
public static final BteqCmdType SESSION_RESPBUFLEN
public static final BteqCmdType SESSION_SQLFLAG
public static final BteqCmdType SESSION_TRANSACTION
public static final BteqCmdType SESSION_TRANS
public static final BteqCmdType SESSION_TWORESPBUFS
public static final BteqCmdType SESSIONS
public static final BteqCmdType SHOW
public static final BteqCmdType SHOW_CONTROLS
public static final BteqCmdType SHOW_CONTROL
public static final BteqCmdType SHOW_ERRORMAP
public static final BteqCmdType SHOW_VERSIONS
public static final BteqCmdType SHOW_VERSION
public static final BteqCmdType SIDETITLES
public static final BteqCmdType SKIPDOUBLE
public static final BteqCmdType SKIPLINE
public static final BteqCmdType STATEMENTINDEPENDENCE
public static final BteqCmdType SUPPRESS
public static final BteqCmdType TDP
public static final BteqCmdType TIMEMSG
public static final BteqCmdType TIMEOUT
public static final BteqCmdType TITLEDASHES
public static final BteqCmdType TMSMMSG
public static final BteqCmdType TRAILINGLINES
public static final BteqCmdType TRANSLATECTRLSTOSPACES
public static final BteqCmdType TRIMTRAILINGSPACES
public static final BteqCmdType TSO
public static final BteqCmdType UNDERLINE
public static final BteqCmdType COMMENT
public static final BteqCmdType BT
public static final BteqCmdType ET
public static final BteqCmdType WIDTH
public static BteqCmdType[] values()
for (BteqCmdType c : BteqCmdType.values()) System.out.println(c);
public static BteqCmdType 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 BteqCmdType searchBteqCmd(String str)
public static BteqCmdType searchBteqCmd(TSourceToken token)