Uses of Enum
cdm.product.common.schedule.StubPeriodTypeEnum
Packages that use StubPeriodTypeEnum
Package
Description
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of StubPeriodTypeEnum in cdm.product.common.schedule
Fields in cdm.product.common.schedule declared as StubPeriodTypeEnumModifier and TypeFieldDescriptionprotected StubPeriodTypeEnumCalculationPeriodDates.CalculationPeriodDatesBuilderImpl.stubPeriodTypeMethods in cdm.product.common.schedule that return StubPeriodTypeEnumModifier and TypeMethodDescriptionstatic StubPeriodTypeEnumStubPeriodTypeEnum.fromDisplayName(String name) CalculationPeriodDates.CalculationPeriodDatesBuilderImpl.getStubPeriodType()CalculationPeriodDates.CalculationPeriodDatesImpl.getStubPeriodType()CalculationPeriodDates.getStubPeriodType()Method to allocate any irregular period remaining after regular periods have been allocated between the effective and termination date.static StubPeriodTypeEnumReturns the enum constant of this type with the specified name.static StubPeriodTypeEnum[]StubPeriodTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.common.schedule with parameters of type StubPeriodTypeEnumModifier and TypeMethodDescriptionCalculationPeriodDates.CalculationPeriodDatesBuilder.setStubPeriodType(StubPeriodTypeEnum stubPeriodType) CalculationPeriodDates.CalculationPeriodDatesBuilderImpl.setStubPeriodType(StubPeriodTypeEnum _stubPeriodType)