Uses of Enum
cdm.observable.asset.PriceTypeEnum
Packages that use PriceTypeEnum
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of PriceTypeEnum in cdm.observable.asset
Fields in cdm.observable.asset declared as PriceTypeEnumModifier and TypeFieldDescriptionprotected PriceTypeEnumPriceSchedule.PriceScheduleBuilderImpl.priceTypeMethods in cdm.observable.asset that return PriceTypeEnumModifier and TypeMethodDescriptionstatic PriceTypeEnumPriceTypeEnum.fromDisplayName(String name) PriceSchedule.getPriceType()Specifies the price type as an enumeration: interest rate, exchange rate, asset price etc.PriceSchedule.PriceScheduleBuilderImpl.getPriceType()PriceSchedule.PriceScheduleImpl.getPriceType()static PriceTypeEnumReturns the enum constant of this type with the specified name.static PriceTypeEnum[]PriceTypeEnum.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 PriceTypeEnumModifier and TypeMethodDescriptionPrice.PriceBuilder.setPriceType(PriceTypeEnum priceType) Price.PriceBuilderImpl.setPriceType(PriceTypeEnum _priceType) PriceSchedule.PriceScheduleBuilder.setPriceType(PriceTypeEnum priceType) PriceSchedule.PriceScheduleBuilderImpl.setPriceType(PriceTypeEnum _priceType) -
Uses of PriceTypeEnum in cdm.observable.asset.functions
Methods in cdm.observable.asset.functions with parameters of type PriceTypeEnumModifier and TypeMethodDescriptionprotected PriceSchedule.PriceScheduleBuilderFilterPrice.FilterPriceDefault.assignOutput(PriceSchedule.PriceScheduleBuilder price, List<? extends PriceSchedule> prices, PriceTypeEnum priceType, List<ArithmeticOperationEnum> arithmeticOperators, PriceExpressionEnum priceExpression) protected abstract PriceSchedule.PriceScheduleBuilderFilterPrice.doEvaluate(List<? extends PriceSchedule> prices, PriceTypeEnum priceType, List<ArithmeticOperationEnum> arithmeticOperators, PriceExpressionEnum priceExpression) protected PriceSchedule.PriceScheduleBuilderFilterPrice.FilterPriceDefault.doEvaluate(List<? extends PriceSchedule> prices, PriceTypeEnum priceType, List<ArithmeticOperationEnum> arithmeticOperators, PriceExpressionEnum priceExpression) FilterPrice.evaluate(List<? extends PriceSchedule> prices, PriceTypeEnum priceType, List<ArithmeticOperationEnum> arithmeticOperators, PriceExpressionEnum priceExpression) -
Uses of PriceTypeEnum in cdm.product.common.settlement.processor
Methods in cdm.product.common.settlement.processor with parameters of type PriceTypeEnumModifier and TypeMethodDescriptionPriceQuantityHelper.toReferencablePriceBuilder(BigDecimal price, UnitType unitOfAmount, UnitType perUnitOfAmount, PriceTypeEnum priceType, ArithmeticOperationEnum arithmeticOperator, PriceComposite priceComposite) Creates a Price instance that can be referenced, e.g. the meta key is added with the DOCUMENT scope.