| Package | Description |
|---|---|
| org.camunda.community.bpmndt |
| Modifier and Type | Method and Description |
|---|---|
TestCaseActivityType |
TestCaseActivity.getType() |
static TestCaseActivityType |
TestCaseActivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseActivityType[] |
TestCaseActivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestCaseActivity.hasPrev(TestCaseActivityType type)
Checks if the activity has a predecessor and the predecessor's type is the given type.
|
void |
TestCaseActivity.setType(TestCaseActivityType type) |
Copyright © 2022 Camunda Services GmbH. All rights reserved.