public static enum DrPlanExecutionControlDetails.ActionType extends Enum<DrPlanExecutionControlDetails.ActionType> implements BmcEnum
The type of control action.
Modifier and Type | Method and Description |
---|---|
static DrPlanExecutionControlDetails.ActionType |
create(String key) |
String |
getValue() |
static DrPlanExecutionControlDetails.ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanExecutionControlDetails.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrPlanExecutionControlDetails.ActionType Cancel
public static final DrPlanExecutionControlDetails.ActionType Pause
public static final DrPlanExecutionControlDetails.ActionType Resume
public static DrPlanExecutionControlDetails.ActionType[] values()
for (DrPlanExecutionControlDetails.ActionType c : DrPlanExecutionControlDetails.ActionType.values()) System.out.println(c);
public static DrPlanExecutionControlDetails.ActionType 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 static DrPlanExecutionControlDetails.ActionType create(String key)
Copyright © 2016–2024. All rights reserved.