Uses of Enum
cdm.product.common.settlement.DeliveryMethodEnum
Packages that use DeliveryMethodEnum
Package
Description
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
Template feature concepts to define payouts.
-
Uses of DeliveryMethodEnum in cdm.product.common.settlement
Methods in cdm.product.common.settlement that return DeliveryMethodEnumModifier and TypeMethodDescriptionstatic DeliveryMethodEnumDeliveryMethodEnum.fromDisplayName(String name) static DeliveryMethodEnumReturns the enum constant of this type with the specified name.static DeliveryMethodEnum[]DeliveryMethodEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeliveryMethodEnum in cdm.product.template
Fields in cdm.product.template declared as DeliveryMethodEnumModifier and TypeFieldDescriptionprotected DeliveryMethodEnumAssetLeg.AssetLegBuilderImpl.deliveryMethodMethods in cdm.product.template that return DeliveryMethodEnumModifier and TypeMethodDescriptionAssetLeg.AssetLegBuilderImpl.getDeliveryMethod()AssetLeg.AssetLegImpl.getDeliveryMethod()AssetLeg.getDeliveryMethod()Specifies a delivery method for the security transaction.Methods in cdm.product.template with parameters of type DeliveryMethodEnumModifier and TypeMethodDescriptionAssetLeg.AssetLegBuilder.setDeliveryMethod(DeliveryMethodEnum deliveryMethod) AssetLeg.AssetLegBuilderImpl.setDeliveryMethod(DeliveryMethodEnum _deliveryMethod)