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.interestMethods in cdm.base.staticdata.asset.common that return DebtInterestEnumModifier and TypeMethodDescriptionstatic DebtInterestEnumDebtInterestEnum.fromDisplayName(String name) DebtEconomics.DebtEconomicsBuilderImpl.getInterest()DebtEconomics.DebtEconomicsImpl.getInterest()DebtEconomics.getInterest()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.setInterest(DebtInterestEnum interest) DebtEconomics.DebtEconomicsBuilderImpl.setInterest(DebtInterestEnum _interest)