Uses of Enum
cdm.base.datetime.DayOfWeekEnum
Packages that use DayOfWeekEnum
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Product concepts applicable to specific asset classes.
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of DayOfWeekEnum in cdm.base.datetime
Fields in cdm.base.datetime declared as DayOfWeekEnumModifier and TypeFieldDescriptionprotected DayOfWeekEnumCalculationFrequency.CalculationFrequencyBuilderImpl.dayOfWeekMethods in cdm.base.datetime that return DayOfWeekEnumModifier and TypeMethodDescriptionstatic DayOfWeekEnumDayOfWeekEnum.fromDisplayName(String name) CalculationFrequency.CalculationFrequencyBuilderImpl.getDayOfWeek()CalculationFrequency.CalculationFrequencyImpl.getDayOfWeek()CalculationFrequency.getDayOfWeek()Specifies the day of the week if used.static DayOfWeekEnumReturns the enum constant of this type with the specified name.static DayOfWeekEnum[]DayOfWeekEnum.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 DayOfWeekEnumModifier and TypeMethodDescriptionCalculationFrequency.CalculationFrequencyBuilder.setDayOfWeek(DayOfWeekEnum dayOfWeek) CalculationFrequency.CalculationFrequencyBuilderImpl.setDayOfWeek(DayOfWeekEnum _dayOfWeek) -
Uses of DayOfWeekEnum in cdm.base.datetime.functions
Methods in cdm.base.datetime.functions that return DayOfWeekEnumModifier and TypeMethodDescriptionprotected DayOfWeekEnumDayOfWeek.DayOfWeekDefault.assignOutput(DayOfWeekEnum dayOfWeek, com.rosetta.model.lib.records.Date date) protected DayOfWeekEnumDayOfWeek.DayOfWeekDefault.doEvaluate(com.rosetta.model.lib.records.Date date) protected abstract DayOfWeekEnumDayOfWeek.doEvaluate(com.rosetta.model.lib.records.Date date) protected DayOfWeekEnumDayOfWeekImpl.doEvaluate(com.rosetta.model.lib.records.Date date) DayOfWeek.evaluate(com.rosetta.model.lib.records.Date date) Methods in cdm.base.datetime.functions that return types with arguments of type DayOfWeekEnumModifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<DayOfWeekEnum> IsWeekend.dayOfWeek1(com.rosetta.model.lib.records.Date date, List<BusinessCenterEnum> businessCenters) protected com.rosetta.model.lib.mapper.MapperS<DayOfWeekEnum> IsWeekend.IsWeekendDefault.dayOfWeek1(com.rosetta.model.lib.records.Date date, List<BusinessCenterEnum> businessCenters) Methods in cdm.base.datetime.functions with parameters of type DayOfWeekEnumModifier and TypeMethodDescriptionprotected DayOfWeekEnumDayOfWeek.DayOfWeekDefault.assignOutput(DayOfWeekEnum dayOfWeek, com.rosetta.model.lib.records.Date date) -
Uses of DayOfWeekEnum in cdm.product.asset
Fields in cdm.product.asset with type parameters of type DayOfWeekEnumModifier and TypeFieldDescriptionprotected List<DayOfWeekEnum> AssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilderImpl.dayOfWeekMethods in cdm.product.asset that return types with arguments of type DayOfWeekEnumModifier and TypeMethodDescriptionAssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilderImpl.getDayOfWeek()AssetDeliveryProfileBlock.AssetDeliveryProfileBlockImpl.getDayOfWeek()AssetDeliveryProfileBlock.getDayOfWeek()The days of the week of the delivery.Methods in cdm.product.asset with parameters of type DayOfWeekEnumModifier and TypeMethodDescriptionAssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilder.addDayOfWeek(DayOfWeekEnum dayOfWeek) AssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilder.addDayOfWeek(DayOfWeekEnum dayOfWeek, int idx) AssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilderImpl.addDayOfWeek(DayOfWeekEnum _dayOfWeek) AssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilderImpl.addDayOfWeek(DayOfWeekEnum _dayOfWeek, int idx) Method parameters in cdm.product.asset with type arguments of type DayOfWeekEnumModifier and TypeMethodDescriptionAssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilder.addDayOfWeek(List<DayOfWeekEnum> dayOfWeek) AssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilderImpl.addDayOfWeek(List<DayOfWeekEnum> dayOfWeeks) AssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilder.setDayOfWeek(List<DayOfWeekEnum> dayOfWeek) AssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilderImpl.setDayOfWeek(List<DayOfWeekEnum> dayOfWeeks) -
Uses of DayOfWeekEnum in cdm.product.common.schedule
Fields in cdm.product.common.schedule with type parameters of type DayOfWeekEnumModifier and TypeFieldDescriptionprotected List<DayOfWeekEnum> ParametricDates.ParametricDatesBuilderImpl.dayOfWeekMethods in cdm.product.common.schedule that return types with arguments of type DayOfWeekEnumModifier and TypeMethodDescriptionParametricDates.getDayOfWeek()Indicates the days of the week on which the price will be determined.ParametricDates.ParametricDatesBuilderImpl.getDayOfWeek()ParametricDates.ParametricDatesImpl.getDayOfWeek()Methods in cdm.product.common.schedule with parameters of type DayOfWeekEnumModifier and TypeMethodDescriptionParametricDates.ParametricDatesBuilder.addDayOfWeek(DayOfWeekEnum dayOfWeek) ParametricDates.ParametricDatesBuilder.addDayOfWeek(DayOfWeekEnum dayOfWeek, int idx) ParametricDates.ParametricDatesBuilderImpl.addDayOfWeek(DayOfWeekEnum _dayOfWeek) ParametricDates.ParametricDatesBuilderImpl.addDayOfWeek(DayOfWeekEnum _dayOfWeek, int idx) Method parameters in cdm.product.common.schedule with type arguments of type DayOfWeekEnumModifier and TypeMethodDescriptionParametricDates.ParametricDatesBuilder.addDayOfWeek(List<DayOfWeekEnum> dayOfWeek) ParametricDates.ParametricDatesBuilderImpl.addDayOfWeek(List<DayOfWeekEnum> dayOfWeeks) ParametricDates.ParametricDatesBuilder.setDayOfWeek(List<DayOfWeekEnum> dayOfWeek) ParametricDates.ParametricDatesBuilderImpl.setDayOfWeek(List<DayOfWeekEnum> dayOfWeeks)