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