protected static enum AbstractInstall.ServerInstallerAction extends Enum<AbstractInstall.ServerInstallerAction>
| Enum Constant and Description |
|---|
INSTALL |
LISTVERSIONS |
UPDATESTORAGESCHEMA |
UPGRADE |
| Modifier and Type | Method and Description |
|---|---|
static AbstractInstall.ServerInstallerAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractInstall.ServerInstallerAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractInstall.ServerInstallerAction INSTALL
public static final AbstractInstall.ServerInstallerAction UPGRADE
public static final AbstractInstall.ServerInstallerAction UPDATESTORAGESCHEMA
public static final AbstractInstall.ServerInstallerAction LISTVERSIONS
public String display
public static AbstractInstall.ServerInstallerAction[] values()
for (AbstractInstall.ServerInstallerAction c : AbstractInstall.ServerInstallerAction.values()) System.out.println(c);
public static AbstractInstall.ServerInstallerAction 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 © 2008-2014 Red Hat, Inc.. All Rights Reserved.