public static enum SparkBroadcastHelper.BROADCAST_VARIABLE extends Enum<SparkBroadcastHelper.BROADCAST_VARIABLE>
| Enum Constant and Description |
|---|
PROCESS_VARIABLES_ESCALATED |
PROCESS_VARIABLES_RAW |
| Modifier and Type | Method and Description |
|---|---|
static SparkBroadcastHelper.BROADCAST_VARIABLE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparkBroadcastHelper.BROADCAST_VARIABLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SparkBroadcastHelper.BROADCAST_VARIABLE PROCESS_VARIABLES_RAW
public static final SparkBroadcastHelper.BROADCAST_VARIABLE PROCESS_VARIABLES_ESCALATED
public static SparkBroadcastHelper.BROADCAST_VARIABLE[] values()
for (SparkBroadcastHelper.BROADCAST_VARIABLE c : SparkBroadcastHelper.BROADCAST_VARIABLE.values()) System.out.println(c);
public static SparkBroadcastHelper.BROADCAST_VARIABLE 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 nullCopyright © 2018 viadee Unternehmensberatung AG. All rights reserved.