public enum HeisenbergNotificationAction extends Enum<HeisenbergNotificationAction> implements org.mule.runtime.extension.api.notification.NotificationActionDefinition<HeisenbergNotificationAction>
| Enum Constant and Description |
|---|
BATCH_DELIVERED |
BATCH_DELIVERY_FAILED |
BATCH_FAILED |
BATCH_TERMINATED |
KNOCKED_DOOR |
KNOCKING_DOOR |
NEW_BATCH |
NEXT_BATCH |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.DataType |
getDataType() |
static HeisenbergNotificationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeisenbergNotificationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeisenbergNotificationAction NEW_BATCH
public static final HeisenbergNotificationAction NEXT_BATCH
public static final HeisenbergNotificationAction BATCH_DELIVERED
public static final HeisenbergNotificationAction BATCH_DELIVERY_FAILED
public static final HeisenbergNotificationAction BATCH_FAILED
public static final HeisenbergNotificationAction BATCH_TERMINATED
public static final HeisenbergNotificationAction KNOCKING_DOOR
public static final HeisenbergNotificationAction KNOCKED_DOOR
public static HeisenbergNotificationAction[] values()
for (HeisenbergNotificationAction c : HeisenbergNotificationAction.values()) System.out.println(c);
public static HeisenbergNotificationAction 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 org.mule.runtime.api.metadata.DataType getDataType()
getDataType in interface org.mule.runtime.extension.api.notification.NotificationActionDefinition<HeisenbergNotificationAction>Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.