KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization.jaxb.impl.deploy
Enum JaxbDeploymentUnit.JaxbDeploymentStatus

java.lang.Object
  extended by java.lang.Enum<JaxbDeploymentUnit.JaxbDeploymentStatus>
      extended by 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>


Enum Constant Summary
ACCEPTED
           
DEPLOY_FAILED
           
DEPLOYED
           
DEPLOYING
           
NONEXISTENT
           
UNDEPLOY_FAILED
           
UNDEPLOYED
           
UNDEPLOYING
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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

KIE Remote Services :: JAXB classes 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.