public static enum Commands.CmdDrop extends Enum<Commands.CmdDrop>
Enum Constant and Description |
---|
BACKUP |
DATABASE |
DB |
EVENT |
INDEX |
USER |
Modifier and Type | Method and Description |
---|---|
static Commands.CmdDrop |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Commands.CmdDrop[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Commands.CmdDrop DATABASE
public static final Commands.CmdDrop DB
public static final Commands.CmdDrop INDEX
public static final Commands.CmdDrop USER
public static final Commands.CmdDrop BACKUP
public static final Commands.CmdDrop EVENT
public static Commands.CmdDrop[] values()
for (Commands.CmdDrop c : Commands.CmdDrop.values()) System.out.println(c);
public static Commands.CmdDrop 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 nullCopyright © 2005–2015 BaseX Team. All rights reserved.