public enum TransactionExtensionPointEvent extends java.lang.Enum<TransactionExtensionPointEvent> implements ExtensionPointEvent
| Enum Constant and Description |
|---|
CHANGE_STATUS |
CONFIRM |
INSTALLMENT_CHANGE_STATUS |
PREVIEW |
SEND_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
ExtensionPointNature |
nature()
Returns the nature of this set of events
|
static TransactionExtensionPointEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionExtensionPointEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final TransactionExtensionPointEvent PREVIEW
public static final TransactionExtensionPointEvent CONFIRM
public static final TransactionExtensionPointEvent CHANGE_STATUS
public static final TransactionExtensionPointEvent INSTALLMENT_CHANGE_STATUS
public static final TransactionExtensionPointEvent SEND_REQUEST
public static TransactionExtensionPointEvent[] values()
for (TransactionExtensionPointEvent c : TransactionExtensionPointEvent.values()) System.out.println(c);
public static TransactionExtensionPointEvent 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 nullpublic ExtensionPointNature nature()
ExtensionPointEventnature in interface ExtensionPointEvent