java.io.Serializable
, java.lang.Comparable<Shell.SubCmds>
protected static enum Shell.SubCmds extends java.lang.Enum<Shell.SubCmds>
Enum Constant | Description |
---|---|
CHANGEDIRECTORY |
|
COMPAREFILES |
|
COPY |
|
DELETE |
|
DIRECTORY |
|
EDIT |
|
FINDFILE |
|
JRUN |
|
MAKEDIRECTORY |
|
MOVE |
|
SEARCHTEXT |
|
TYPE |
Modifier and Type | Method | Description |
---|---|---|
static Shell.SubCmds |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Shell.SubCmds[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Shell.SubCmds DIRECTORY
public static final Shell.SubCmds COPY
public static final Shell.SubCmds CHANGEDIRECTORY
public static final Shell.SubCmds DELETE
public static final Shell.SubCmds TYPE
public static final Shell.SubCmds MAKEDIRECTORY
public static final Shell.SubCmds FINDFILE
public static final Shell.SubCmds SEARCHTEXT
public static final Shell.SubCmds JRUN
public static final Shell.SubCmds EDIT
public static final Shell.SubCmds MOVE
public static final Shell.SubCmds COMPAREFILES
public static Shell.SubCmds[] values()
for (Shell.SubCmds c : Shell.SubCmds.values()) System.out.println(c);
public static Shell.SubCmds valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null