public static enum DeployedModelQuery.DeployedModelState extends Enum<DeployedModelQuery.DeployedModelState>
| Enum Constant and Description |
|---|
ACTIVE |
ALIVE |
DISABLED |
INACTIVE |
VALID |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final DeployedModelQuery.DeployedModelState ACTIVE
public static final DeployedModelQuery.DeployedModelState ALIVE
public static final DeployedModelQuery.DeployedModelState DISABLED
public static final DeployedModelQuery.DeployedModelState INACTIVE
public static final DeployedModelQuery.DeployedModelState VALID
public static DeployedModelQuery.DeployedModelState[] values()
for (DeployedModelQuery.DeployedModelState c : DeployedModelQuery.DeployedModelState.values()) System.out.println(c);
public static DeployedModelQuery.DeployedModelState 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 © 2016 Eclipse Stardust. All Rights Reserved.