Uses of Enum
org.camunda.community.bpmndt.model.TestCaseActivityType
Packages that use TestCaseActivityType
-
Uses of TestCaseActivityType in org.camunda.community.bpmndt.model
Methods in org.camunda.community.bpmndt.model that return TestCaseActivityTypeModifier and TypeMethodDescriptionTestCaseActivity.getType()Returns the type orOTHER, if there is no explicit type.static TestCaseActivityTypeReturns 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.Methods in org.camunda.community.bpmndt.model with parameters of type TestCaseActivityTypeModifier and TypeMethodDescriptionbooleanTestCaseActivity.hasPrevious(TestCaseActivityType type) Checks if the activity has a predecessor and the predecessor's type is the given type.