Uses of Enum
cdm.base.staticdata.asset.common.DebtInterestEnum
Packages that use DebtInterestEnum
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of DebtInterestEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as DebtInterestEnumModifier and TypeFieldDescriptionprotected DebtInterestEnumDebtEconomics.DebtEconomicsBuilderImpl.debtInterestMethods in cdm.base.staticdata.asset.common that return DebtInterestEnumModifier and TypeMethodDescriptionstatic DebtInterestEnumDebtInterestEnum.fromDisplayName(String name) DebtEconomics.DebtEconomicsBuilderImpl.getDebtInterest()DebtEconomics.DebtEconomicsImpl.getDebtInterest()DebtEconomics.getDebtInterest()Specifies the general rule for periodic interest rate payment.static DebtInterestEnumReturns the enum constant of this type with the specified name.static DebtInterestEnum[]DebtInterestEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.base.staticdata.asset.common with parameters of type DebtInterestEnumModifier and TypeMethodDescriptionDebtEconomics.DebtEconomicsBuilder.setDebtInterest(DebtInterestEnum debtInterest) DebtEconomics.DebtEconomicsBuilderImpl.setDebtInterest(DebtInterestEnum _debtInterest)