public enum FastExportCmdType extends Enum<FastExportCmdType>
Enum Constant and Description |
---|
ACCEPT |
BEGIN_EXPORT |
CONNECTSTRING |
DATEFORM |
DISPLAY |
ELSE |
END_EXPORT |
ENDIF |
EOC |
EXPORT_OUTFILE |
EXPORT_OUTMOD |
FIELD |
FILLER |
IF |
IMPORT_INFILE |
IMPORT_INMOD |
LAYOUT |
LOGDATA |
LOGMECH |
LOGOFF |
LOGON |
LOGTABLE |
ROUTE_MESSAGE |
RUN_FILE |
SET |
SYSTEM |
VERSION |
Modifier and Type | Method and Description |
---|---|
static FastExportCmdType |
searchFastExportCmd(String str) |
static FastExportCmdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastExportCmdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastExportCmdType ACCEPT
public static final FastExportCmdType BEGIN_EXPORT
public static final FastExportCmdType CONNECTSTRING
public static final FastExportCmdType DATEFORM
public static final FastExportCmdType DISPLAY
public static final FastExportCmdType ELSE
public static final FastExportCmdType END_EXPORT
public static final FastExportCmdType ENDIF
public static final FastExportCmdType EOC
public static final FastExportCmdType EXPORT_OUTFILE
public static final FastExportCmdType EXPORT_OUTMOD
public static final FastExportCmdType FIELD
public static final FastExportCmdType FILLER
public static final FastExportCmdType IF
public static final FastExportCmdType IMPORT_INFILE
public static final FastExportCmdType IMPORT_INMOD
public static final FastExportCmdType LAYOUT
public static final FastExportCmdType LOGDATA
public static final FastExportCmdType LOGMECH
public static final FastExportCmdType LOGOFF
public static final FastExportCmdType LOGON
public static final FastExportCmdType LOGTABLE
public static final FastExportCmdType ROUTE_MESSAGE
public static final FastExportCmdType RUN_FILE
public static final FastExportCmdType SET
public static final FastExportCmdType SYSTEM
public static final FastExportCmdType VERSION
public static FastExportCmdType[] values()
for (FastExportCmdType c : FastExportCmdType.values()) System.out.println(c);
public static FastExportCmdType 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 FastExportCmdType searchFastExportCmd(String str)