public static enum BpelInstanceManagementClient.InstanceOperation extends Enum<BpelInstanceManagementClient.InstanceOperation>
| Modifier and Type | Method and Description |
|---|---|
static BpelInstanceManagementClient.InstanceOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BpelInstanceManagementClient.InstanceOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BpelInstanceManagementClient.InstanceOperation SUSPEND
public static final BpelInstanceManagementClient.InstanceOperation RESUME
public static final BpelInstanceManagementClient.InstanceOperation TERMINATE
public static BpelInstanceManagementClient.InstanceOperation[] values()
for (BpelInstanceManagementClient.InstanceOperation c : BpelInstanceManagementClient.InstanceOperation.values()) System.out.println(c);
public static BpelInstanceManagementClient.InstanceOperation 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 © 2015 WSO2 Inc. All rights reserved.