Uses of Enum
cdm.base.datetime.RoundingFrequencyEnum
Packages that use RoundingFrequencyEnum
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
-
Uses of RoundingFrequencyEnum in cdm.base.datetime
Methods in cdm.base.datetime that return RoundingFrequencyEnumModifier and TypeMethodDescriptionstatic RoundingFrequencyEnumRoundingFrequencyEnum.fromDisplayName(String name) static RoundingFrequencyEnumReturns the enum constant of this type with the specified name.static RoundingFrequencyEnum[]RoundingFrequencyEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RoundingFrequencyEnum in cdm.product.collateral
Fields in cdm.product.collateral declared as RoundingFrequencyEnumModifier and TypeFieldDescriptionprotected RoundingFrequencyEnumCollateralInterestCalculationParameters.CollateralInterestCalculationParametersBuilderImpl.roundingFrequencyMethods in cdm.product.collateral that return RoundingFrequencyEnumModifier and TypeMethodDescriptionCollateralInterestCalculationParameters.CollateralInterestCalculationParametersBuilderImpl.getRoundingFrequency()CollateralInterestCalculationParameters.CollateralInterestCalculationParametersImpl.getRoundingFrequency()CollateralInterestCalculationParameters.getRoundingFrequency()Specifies when/how often is rounding applied?Methods in cdm.product.collateral with parameters of type RoundingFrequencyEnumModifier and TypeMethodDescriptionCollateralInterestCalculationParameters.CollateralInterestCalculationParametersBuilder.setRoundingFrequency(RoundingFrequencyEnum roundingFrequency) CollateralInterestCalculationParameters.CollateralInterestCalculationParametersBuilderImpl.setRoundingFrequency(RoundingFrequencyEnum _roundingFrequency)