public enum ProcessExpressions extends Enum<ProcessExpressions>
| Modifier and Type | Method and Description |
|---|---|
static CallActivityMock |
registerCallActivityMock(String processDefinitionKey) |
static ProcessExpressions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessExpressions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static ProcessExpressions[] values()
for (ProcessExpressions c : ProcessExpressions.values()) System.out.println(c);
public static ProcessExpressions 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 static CallActivityMock registerCallActivityMock(String processDefinitionKey)
Copyright © 2019 Camunda Services GmbH. All rights reserved.