public static enum JaxbDeploymentUnit.JaxbDeploymentStatus extends Enum<JaxbDeploymentUnit.JaxbDeploymentStatus>
Enum Constant and Description |
---|
ACCEPTED |
DEPLOY_FAILED |
DEPLOYED |
DEPLOYING |
NONEXISTENT |
UNDEPLOY_FAILED |
UNDEPLOYED |
UNDEPLOYING |
Modifier and Type | Method and Description |
---|---|
static JaxbDeploymentUnit.JaxbDeploymentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbDeploymentUnit.JaxbDeploymentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JaxbDeploymentUnit.JaxbDeploymentStatus NONEXISTENT
public static final JaxbDeploymentUnit.JaxbDeploymentStatus ACCEPTED
public static final JaxbDeploymentUnit.JaxbDeploymentStatus DEPLOYING
public static final JaxbDeploymentUnit.JaxbDeploymentStatus DEPLOYED
public static final JaxbDeploymentUnit.JaxbDeploymentStatus DEPLOY_FAILED
public static final JaxbDeploymentUnit.JaxbDeploymentStatus UNDEPLOYING
public static final JaxbDeploymentUnit.JaxbDeploymentStatus UNDEPLOY_FAILED
public static final JaxbDeploymentUnit.JaxbDeploymentStatus UNDEPLOYED
public static JaxbDeploymentUnit.JaxbDeploymentStatus[] values()
for (JaxbDeploymentUnit.JaxbDeploymentStatus c : JaxbDeploymentUnit.JaxbDeploymentStatus.values()) System.out.println(c);
public static JaxbDeploymentUnit.JaxbDeploymentStatus 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 © 2001–2018 JBoss by Red Hat. All rights reserved.