public static enum Transfer.FromWalletableTypeEnum extends Enum<Transfer.FromWalletableTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
Transfer.FromWalletableTypeEnum.Adapter |
| Enum Constant and Description |
|---|
BANK_ACCOUNT |
CREDIT_CARD |
WALLET |
| Modifier and Type | Method and Description |
|---|---|
static Transfer.FromWalletableTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static Transfer.FromWalletableTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transfer.FromWalletableTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transfer.FromWalletableTypeEnum BANK_ACCOUNT
public static final Transfer.FromWalletableTypeEnum WALLET
public static final Transfer.FromWalletableTypeEnum CREDIT_CARD
public static Transfer.FromWalletableTypeEnum[] values()
for (Transfer.FromWalletableTypeEnum c : Transfer.FromWalletableTypeEnum.values()) System.out.println(c);
public static Transfer.FromWalletableTypeEnum 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 String toString()
toString in class Enum<Transfer.FromWalletableTypeEnum>public static Transfer.FromWalletableTypeEnum fromValue(String value)
Copyright © 2022. All rights reserved.