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