static enum DbGroupAdmin.Command extends java.lang.Enum<DbGroupAdmin.Command>
Enum Constant and Description |
---|
DUMP |
REMOVE |
TRANSFER_MASTER |
UPDATE_ADDRESS |
Modifier and Type | Method and Description |
---|---|
static DbGroupAdmin.Command |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DbGroupAdmin.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbGroupAdmin.Command DUMP
public static final DbGroupAdmin.Command REMOVE
public static final DbGroupAdmin.Command TRANSFER_MASTER
public static final DbGroupAdmin.Command UPDATE_ADDRESS
public static DbGroupAdmin.Command[] values()
for (DbGroupAdmin.Command c : DbGroupAdmin.Command.values()) System.out.println(c);
public static DbGroupAdmin.Command 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 nullCopyright (c) 2004-2012 Oracle. All rights reserved.