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.deliveryMethodprotected DeliveryMethodEnumSecurityLeg.SecurityLegBuilderImpl.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.SecurityLeg.getDeliveryMethod()Specifies a delivery method for the security transaction.SecurityLeg.SecurityLegBuilderImpl.getDeliveryMethod()SecurityLeg.SecurityLegImpl.getDeliveryMethod()Methods in cdm.product.template with parameters of type DeliveryMethodEnumModifier and TypeMethodDescriptionAssetLeg.AssetLegBuilder.setDeliveryMethod(DeliveryMethodEnum deliveryMethod) AssetLeg.AssetLegBuilderImpl.setDeliveryMethod(DeliveryMethodEnum _deliveryMethod) SecurityLeg.SecurityLegBuilder.setDeliveryMethod(DeliveryMethodEnum deliveryMethod) SecurityLeg.SecurityLegBuilderImpl.setDeliveryMethod(DeliveryMethodEnum _deliveryMethod)