public static enum ExtendedDeploymentContext.Phase extends Enum<ExtendedDeploymentContext.Phase>
| Enum Constant and Description |
|---|
CLEAN |
LOAD |
PREPARE |
PREPARED |
REPLICATION |
START |
STOP |
UNKNOWN |
UNLOAD |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedDeploymentContext.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedDeploymentContext.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedDeploymentContext.Phase UNKNOWN
public static final ExtendedDeploymentContext.Phase PREPARE
public static final ExtendedDeploymentContext.Phase PREPARED
public static final ExtendedDeploymentContext.Phase LOAD
public static final ExtendedDeploymentContext.Phase START
public static final ExtendedDeploymentContext.Phase STOP
public static final ExtendedDeploymentContext.Phase UNLOAD
public static final ExtendedDeploymentContext.Phase CLEAN
public static final ExtendedDeploymentContext.Phase REPLICATION
public static ExtendedDeploymentContext.Phase[] values()
for (ExtendedDeploymentContext.Phase c : ExtendedDeploymentContext.Phase.values()) System.out.println(c);
public static ExtendedDeploymentContext.Phase 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 © 2017. All rights reserved.