public enum DefaultPaymentLogEventTypes extends Enum<DefaultPaymentLogEventTypes> implements PaymentLogEventType
Modifier and Type | Method and Description |
---|---|
String |
getFriendlyName()
An easily readable representation of the event type.
|
static DefaultPaymentLogEventTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultPaymentLogEventTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultPaymentLogEventTypes START
public static final DefaultPaymentLogEventTypes FINISHED
public static DefaultPaymentLogEventTypes[] values()
for (DefaultPaymentLogEventTypes c : DefaultPaymentLogEventTypes.values()) System.out.println(c);
public static DefaultPaymentLogEventTypes 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 getFriendlyName()
PaymentLogEventType
getFriendlyName
in interface PaymentLogEventType
Copyright © 2021. All rights reserved.