org.eclipse.stardust.engine.api.query
Enum DeployedModelQuery.DeployedModelState

java.lang.Object
  extended by java.lang.Enum<DeployedModelQuery.DeployedModelState>
      extended by org.eclipse.stardust.engine.api.query.DeployedModelQuery.DeployedModelState
All Implemented Interfaces:
Serializable, Comparable<DeployedModelQuery.DeployedModelState>
Enclosing class:
DeployedModelQuery

public static enum DeployedModelQuery.DeployedModelState
extends Enum<DeployedModelQuery.DeployedModelState>

Enumeration of model states.


Enum Constant Summary
ACTIVE
           
ALIVE
           
DISABLED
           
INACTIVE
           
VALID
           
 
Method Summary
static DeployedModelQuery.DeployedModelState valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeployedModelQuery.DeployedModelState[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ACTIVE

public static final DeployedModelQuery.DeployedModelState ACTIVE

ALIVE

public static final DeployedModelQuery.DeployedModelState ALIVE

DISABLED

public static final DeployedModelQuery.DeployedModelState DISABLED

INACTIVE

public static final DeployedModelQuery.DeployedModelState INACTIVE

VALID

public static final DeployedModelQuery.DeployedModelState VALID
Method Detail

values

public static DeployedModelQuery.DeployedModelState[] 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 (DeployedModelQuery.DeployedModelState c : DeployedModelQuery.DeployedModelState.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DeployedModelQuery.DeployedModelState 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 © 2017 Eclipse Stardust. All Rights Reserved.