public static enum BankingPayeesAPI.ParamType extends Enum<BankingPayeesAPI.ParamType>
| Enum Constant and Description |
|---|
ALL |
BILLER |
DOMESTIC |
INTERNATIONAL |
| Modifier and Type | Method and Description |
|---|---|
static BankingPayeesAPI.ParamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BankingPayeesAPI.ParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BankingPayeesAPI.ParamType DOMESTIC
public static final BankingPayeesAPI.ParamType INTERNATIONAL
public static final BankingPayeesAPI.ParamType BILLER
public static final BankingPayeesAPI.ParamType ALL
public static BankingPayeesAPI.ParamType[] values()
for (BankingPayeesAPI.ParamType c : BankingPayeesAPI.ParamType.values()) System.out.println(c);
public static BankingPayeesAPI.ParamType 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.