public static enum ParseDelegateExpressions.ExpressionType extends Enum<ParseDelegateExpressions.ExpressionType>
| Enum Constant and Description |
|---|
EXECUTION_LISTENER |
JAVA_DELEGATE |
TASK_LISTENER |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
registerMock(String name) |
static ParseDelegateExpressions.ExpressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseDelegateExpressions.ExpressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParseDelegateExpressions.ExpressionType EXECUTION_LISTENER
public static final ParseDelegateExpressions.ExpressionType TASK_LISTENER
public static final ParseDelegateExpressions.ExpressionType JAVA_DELEGATE
public static ParseDelegateExpressions.ExpressionType[] values()
for (ParseDelegateExpressions.ExpressionType c : ParseDelegateExpressions.ExpressionType.values()) System.out.println(c);
public static ParseDelegateExpressions.ExpressionType 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 abstract void registerMock(String name)
Copyright © 2017 camunda services GmbH. All rights reserved.