public enum PayloadAfterLoop extends Enum<PayloadAfterLoop>
| Enum Constant and Description |
|---|
COLLECTION_OF_ALL_PAYLOADS_WITHIN |
ITERATOR_OF_ALL_PAYLOADS_WITHIN |
PAYLOAD_BEFORE_LOOP |
PAYLOAD_OF_LAST_ITERATION |
| Modifier and Type | Method and Description |
|---|---|
static PayloadAfterLoop |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PayloadAfterLoop[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PayloadAfterLoop PAYLOAD_BEFORE_LOOP
public static final PayloadAfterLoop COLLECTION_OF_ALL_PAYLOADS_WITHIN
public static final PayloadAfterLoop ITERATOR_OF_ALL_PAYLOADS_WITHIN
public static final PayloadAfterLoop PAYLOAD_OF_LAST_ITERATION
public static PayloadAfterLoop[] values()
for (PayloadAfterLoop c : PayloadAfterLoop.values()) System.out.println(c);
public static PayloadAfterLoop 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 © 2024 MuleSoft, Inc.. All rights reserved.