@Deprecated public enum PaymentProductBO extends Enum<PaymentProductBO>
| Enum Constant and Description |
|---|
CROSS_BORDER
Deprecated.
|
INSTANT_SEPA
Deprecated.
|
SEPA
Deprecated.
|
TARGET2
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PaymentProductBO |
getByValue(String value)
Deprecated.
|
String |
getValue()
Deprecated.
|
static PaymentProductBO |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PaymentProductBO[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentProductBO SEPA
public static final PaymentProductBO INSTANT_SEPA
public static final PaymentProductBO TARGET2
public static final PaymentProductBO CROSS_BORDER
public static PaymentProductBO[] values()
for (PaymentProductBO c : PaymentProductBO.values()) System.out.println(c);
public static PaymentProductBO 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 getValue()
public static PaymentProductBO getByValue(String value)
Copyright © 2019. All rights reserved.