public enum AccountReferenceSelector extends Enum<AccountReferenceSelector>
| Enum Constant and Description |
|---|
BBAN |
IBAN |
MASKED_PAN |
MSISDN |
PAN |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAccountReferenceValue(@NotNull AccountReference accountReference) |
static AccountReferenceSelector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountReferenceSelector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountReferenceSelector IBAN
public static final AccountReferenceSelector BBAN
public static final AccountReferenceSelector PAN
public static final AccountReferenceSelector MASKED_PAN
public static final AccountReferenceSelector MSISDN
public static AccountReferenceSelector[] values()
for (AccountReferenceSelector c : AccountReferenceSelector.values()) System.out.println(c);
public static AccountReferenceSelector 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 abstract String getAccountReferenceValue(@NotNull @NotNull AccountReference accountReference)
Copyright © 2018. All rights reserved.