public enum TestCaseActivityType extends Enum<TestCaseActivityType>
| Enum Constant and Description |
|---|
CALL_ACTIVITY |
CONDITIONAL_BOUNDARY |
CONDITIONAL_CATCH |
ERROR_BOUNDARY |
ESCALATION_BOUNDARY |
EVENT_BASED_GATEWAY |
EXTERNAL_TASK |
MESSAGE_BOUNDARY |
MESSAGE_CATCH |
OTHER
Other activities, which need no special handling (e.g.
|
SCOPE |
SIGNAL_BOUNDARY |
SIGNAL_CATCH |
TIMER_BOUNDARY |
TIMER_CATCH |
USER_TASK |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBoundaryEvent() |
boolean |
isWaitState() |
static TestCaseActivityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseActivityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestCaseActivityType CALL_ACTIVITY
public static final TestCaseActivityType CONDITIONAL_BOUNDARY
public static final TestCaseActivityType CONDITIONAL_CATCH
public static final TestCaseActivityType ERROR_BOUNDARY
public static final TestCaseActivityType ESCALATION_BOUNDARY
public static final TestCaseActivityType EVENT_BASED_GATEWAY
public static final TestCaseActivityType EXTERNAL_TASK
public static final TestCaseActivityType MESSAGE_BOUNDARY
public static final TestCaseActivityType MESSAGE_CATCH
public static final TestCaseActivityType SCOPE
public static final TestCaseActivityType SIGNAL_BOUNDARY
public static final TestCaseActivityType SIGNAL_CATCH
public static final TestCaseActivityType TIMER_BOUNDARY
public static final TestCaseActivityType TIMER_CATCH
public static final TestCaseActivityType USER_TASK
public static final TestCaseActivityType OTHER
public static TestCaseActivityType[] values()
for (TestCaseActivityType c : TestCaseActivityType.values()) System.out.println(c);
public static TestCaseActivityType 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 boolean isBoundaryEvent()
public boolean isWaitState()
Copyright © 2022 Camunda Services GmbH. All rights reserved.