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