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