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