Uses of Enum
cdm.observable.asset.PremiumTypeEnum
Packages that use PremiumTypeEnum
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of PremiumTypeEnum in cdm.observable.asset
Fields in cdm.observable.asset declared as PremiumTypeEnumModifier and TypeFieldDescriptionprotected PremiumTypeEnumPriceSchedule.PriceScheduleBuilderImpl.premiumTypeMethods in cdm.observable.asset that return PremiumTypeEnumModifier and TypeMethodDescriptionstatic PremiumTypeEnumPremiumTypeEnum.fromDisplayName(String name) PriceSchedule.getPremiumType()(Optionally) Additional attribute that can further define any premium to the price.PriceSchedule.PriceScheduleBuilderImpl.getPremiumType()PriceSchedule.PriceScheduleImpl.getPremiumType()static PremiumTypeEnumReturns the enum constant of this type with the specified name.static PremiumTypeEnum[]PremiumTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.observable.asset with parameters of type PremiumTypeEnumModifier and TypeMethodDescriptionPrice.PriceBuilder.setPremiumType(PremiumTypeEnum premiumType) Price.PriceBuilderImpl.setPremiumType(PremiumTypeEnum _premiumType) PriceSchedule.PriceScheduleBuilder.setPremiumType(PremiumTypeEnum premiumType) PriceSchedule.PriceScheduleBuilderImpl.setPremiumType(PremiumTypeEnum _premiumType)