org.eclipse.stardust.engine.api.query
Enum DeployedModelQuery.DeployedModelState
java.lang.Object
java.lang.Enum<DeployedModelQuery.DeployedModelState>
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.
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
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.