| Package | Description |
|---|---|
| org.camunda.community.bpmndt.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseActivityType |
TestCaseActivity.getType()
Returns the type or
OTHER, if there is no explicit type. |
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.hasPrevious(TestCaseActivityType type)
Checks if the activity has a predecessor and the predecessor's type is the given type.
|
Copyright © 2023 Camunda. All rights reserved.