Uses of Enum
cdm.base.datetime.RollConventionEnum
Packages that use RollConventionEnum
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
-
Uses of RollConventionEnum in cdm.base.datetime
Fields in cdm.base.datetime declared as RollConventionEnumModifier and TypeFieldDescriptionprotected RollConventionEnumCalculationPeriodFrequency.CalculationPeriodFrequencyBuilderImpl.rollConventionMethods in cdm.base.datetime that return RollConventionEnumModifier and TypeMethodDescriptionstatic RollConventionEnumRollConventionEnum.fromDisplayName(String name) CalculationPeriodFrequency.CalculationPeriodFrequencyBuilderImpl.getRollConvention()CalculationPeriodFrequency.CalculationPeriodFrequencyImpl.getRollConvention()CalculationPeriodFrequency.getRollConvention()The roll convention specifies the period term as part of a periodic schedule, i.e. the calculation period end date within the regular part of the calculation period.static RollConventionEnumReturns the enum constant of this type with the specified name.static RollConventionEnum[]RollConventionEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.base.datetime with parameters of type RollConventionEnumModifier and TypeMethodDescriptionCalculationPeriodFrequency.CalculationPeriodFrequencyBuilder.setRollConvention(RollConventionEnum rollConvention) CalculationPeriodFrequency.CalculationPeriodFrequencyBuilderImpl.setRollConvention(RollConventionEnum _rollConvention)