public static enum BankingScheduledPaymentTo.ToUType extends Enum<BankingScheduledPaymentTo.ToUType>
| Enum Constant and Description |
|---|
accountId |
biller |
domestic |
international |
payeeId |
| Modifier and Type | Method and Description |
|---|---|
static BankingScheduledPaymentTo.ToUType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BankingScheduledPaymentTo.ToUType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BankingScheduledPaymentTo.ToUType accountId
public static final BankingScheduledPaymentTo.ToUType payeeId
public static final BankingScheduledPaymentTo.ToUType domestic
public static final BankingScheduledPaymentTo.ToUType biller
public static final BankingScheduledPaymentTo.ToUType international
public static BankingScheduledPaymentTo.ToUType[] values()
for (BankingScheduledPaymentTo.ToUType c : BankingScheduledPaymentTo.ToUType.values()) System.out.println(c);
public static BankingScheduledPaymentTo.ToUType 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 nullCopyright © 2020. All rights reserved.