public enum TransactionNotificationType extends Enum<TransactionNotificationType>
| Modifier and Type | Method and Description |
|---|---|
String |
getNotificationId() |
static TransactionNotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionNotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionNotificationType RECEIVER
public static final TransactionNotificationType SENDER
public static TransactionNotificationType[] values()
for (TransactionNotificationType c : TransactionNotificationType.values()) System.out.println(c);
public static TransactionNotificationType 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 String getNotificationId()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.