public enum BulkNodeOption extends java.lang.Enum<BulkNodeOption>
Enum Constant and Description |
---|
ACTIVE_RECURRENCE_NODES_SKIPPED
This is the default behavior for Recurrence nodes.
|
GATEWAY_NODES_SKIPPED
This is the default behavior for Gateway nodes.
|
MNI_STARTS_FROM_BEGINNING
This is the default behavior for MNI nodes.
|
Modifier and Type | Method and Description |
---|---|
static BulkNodeOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BulkNodeOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkNodeOption MNI_STARTS_FROM_BEGINNING
public static final BulkNodeOption ACTIVE_RECURRENCE_NODES_SKIPPED
public static final BulkNodeOption GATEWAY_NODES_SKIPPED
public static BulkNodeOption[] values()
for (BulkNodeOption c : BulkNodeOption.values()) System.out.println(c);
public static BulkNodeOption valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2003-2024 Appian Corporation. All Rights Reserved.