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