public static enum AppServerDeploymentOptions.RedeployLevel extends java.lang.Enum<AppServerDeploymentOptions.RedeployLevel>
| Enum Constant and Description | 
|---|
NO_DEPLOY  | 
REDEPLOY  | 
RESTART_ONLY  | 
| Modifier and Type | Method and Description | 
|---|---|
static AppServerDeploymentOptions.RedeployLevel | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static AppServerDeploymentOptions.RedeployLevel[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AppServerDeploymentOptions.RedeployLevel NO_DEPLOY
public static final AppServerDeploymentOptions.RedeployLevel RESTART_ONLY
public static final AppServerDeploymentOptions.RedeployLevel REDEPLOY
public static AppServerDeploymentOptions.RedeployLevel[] values()
for (AppServerDeploymentOptions.RedeployLevel c : AppServerDeploymentOptions.RedeployLevel.values()) System.out.println(c);
public static AppServerDeploymentOptions.RedeployLevel 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 null