public static enum ActiveOperation.ExecutionStatus extends Enum<ActiveOperation.ExecutionStatus>
Enum Constant and Description |
---|
AWAITING_OTHER_OPERATION |
AWAITING_STABILITY |
COMPLETING |
EXECUTING |
ROLLING_BACK |
Modifier and Type | Method and Description |
---|---|
String |
getAllowedValue()
Returns the allowed value for the management model.
|
String |
toString() |
static ActiveOperation.ExecutionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveOperation.ExecutionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveOperation.ExecutionStatus EXECUTING
public static final ActiveOperation.ExecutionStatus AWAITING_OTHER_OPERATION
public static final ActiveOperation.ExecutionStatus AWAITING_STABILITY
public static final ActiveOperation.ExecutionStatus COMPLETING
public static final ActiveOperation.ExecutionStatus ROLLING_BACK
public static ActiveOperation.ExecutionStatus[] values()
for (ActiveOperation.ExecutionStatus c : ActiveOperation.ExecutionStatus.values()) System.out.println(c);
public static ActiveOperation.ExecutionStatus 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 nullpublic String getAllowedValue()
public String toString()
toString
in class Enum<ActiveOperation.ExecutionStatus>
Copyright © 2019 JBoss by Red Hat. All rights reserved.