public enum DummyNotificationAction extends Enum<DummyNotificationAction> implements org.mule.sdk.api.notification.NotificationActionDefinition<DummyNotificationAction>
| Enum Constant and Description |
|---|
INTEGER_NOTIFICATION |
STRING_NOTIFICATION |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.DataType |
getDataType() |
static DummyNotificationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DummyNotificationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DummyNotificationAction INTEGER_NOTIFICATION
public static final DummyNotificationAction STRING_NOTIFICATION
public static DummyNotificationAction[] values()
for (DummyNotificationAction c : DummyNotificationAction.values()) System.out.println(c);
public static DummyNotificationAction 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.sdk.api.notification.NotificationActionDefinition<DummyNotificationAction>Copyright © 2022 MuleSoft, Inc.. All rights reserved.