org.kie.services.client.serialization.jaxb.impl.deploy
Enum JaxbDeploymentUnit.JaxbDeploymentStatus
java.lang.Object
java.lang.Enum<JaxbDeploymentUnit.JaxbDeploymentStatus>
org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnit.JaxbDeploymentStatus
- All Implemented Interfaces:
- Serializable, Comparable<JaxbDeploymentUnit.JaxbDeploymentStatus>
- Enclosing class:
- JaxbDeploymentUnit
public static enum JaxbDeploymentUnit.JaxbDeploymentStatus
- extends Enum<JaxbDeploymentUnit.JaxbDeploymentStatus>
NONEXISTENT
public static final JaxbDeploymentUnit.JaxbDeploymentStatus NONEXISTENT
ACCEPTED
public static final JaxbDeploymentUnit.JaxbDeploymentStatus ACCEPTED
DEPLOYING
public static final JaxbDeploymentUnit.JaxbDeploymentStatus DEPLOYING
DEPLOYED
public static final JaxbDeploymentUnit.JaxbDeploymentStatus DEPLOYED
DEPLOY_FAILED
public static final JaxbDeploymentUnit.JaxbDeploymentStatus DEPLOY_FAILED
UNDEPLOYING
public static final JaxbDeploymentUnit.JaxbDeploymentStatus UNDEPLOYING
UNDEPLOY_FAILED
public static final JaxbDeploymentUnit.JaxbDeploymentStatus UNDEPLOY_FAILED
UNDEPLOYED
public static final JaxbDeploymentUnit.JaxbDeploymentStatus UNDEPLOYED
values
public static JaxbDeploymentUnit.JaxbDeploymentStatus[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JaxbDeploymentUnit.JaxbDeploymentStatus c : JaxbDeploymentUnit.JaxbDeploymentStatus.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JaxbDeploymentUnit.JaxbDeploymentStatus valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.