public static enum Commands.Cmd extends Enum<Commands.Cmd>
Enum Constant and Description |
---|
ADD |
ALTER |
CHECK |
CLOSE |
COPY |
CREATE |
DELETE |
DROP |
EXECUTE |
EXIT |
EXPORT |
FIND |
FLUSH |
GET |
GRANT |
HELP |
INFO |
INSPECT |
KILL |
LIST |
OPEN |
OPTIMIZE |
PASSWORD |
QUIT |
RENAME |
REPLACE |
REPO |
RESTORE |
RETRIEVE |
RUN |
SET |
SHOW |
STORE |
TEST |
XQUERY |
Modifier and Type | Method and Description |
---|---|
String |
help(boolean detail)
Returns a help string.
|
static Commands.Cmd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Commands.Cmd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Commands.Cmd ADD
public static final Commands.Cmd ALTER
public static final Commands.Cmd CHECK
public static final Commands.Cmd CLOSE
public static final Commands.Cmd COPY
public static final Commands.Cmd CREATE
public static final Commands.Cmd DELETE
public static final Commands.Cmd DROP
public static final Commands.Cmd EXIT
public static final Commands.Cmd EXPORT
public static final Commands.Cmd FIND
public static final Commands.Cmd FLUSH
public static final Commands.Cmd GET
public static final Commands.Cmd GRANT
public static final Commands.Cmd HELP
public static final Commands.Cmd INFO
public static final Commands.Cmd INSPECT
public static final Commands.Cmd KILL
public static final Commands.Cmd LIST
public static final Commands.Cmd OPEN
public static final Commands.Cmd OPTIMIZE
public static final Commands.Cmd PASSWORD
public static final Commands.Cmd QUIT
public static final Commands.Cmd RENAME
public static final Commands.Cmd REPLACE
public static final Commands.Cmd REPO
public static final Commands.Cmd RESTORE
public static final Commands.Cmd RETRIEVE
public static final Commands.Cmd RUN
public static final Commands.Cmd EXECUTE
public static final Commands.Cmd SET
public static final Commands.Cmd SHOW
public static final Commands.Cmd STORE
public static final Commands.Cmd TEST
public static final Commands.Cmd XQUERY
public static Commands.Cmd[] values()
for (Commands.Cmd c : Commands.Cmd.values()) System.out.println(c);
public static Commands.Cmd 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 final String help(boolean detail)
detail
- show detailsCopyright © 2005–2015 BaseX Team. All rights reserved.