Uses of Enum
cdm.product.common.settlement.SettlementTypeEnum
Packages that use SettlementTypeEnum
Package
Description
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of SettlementTypeEnum in cdm.product.common.settlement
Fields in cdm.product.common.settlement declared as SettlementTypeEnumModifier and TypeFieldDescriptionprotected SettlementTypeEnumSettlementBase.SettlementBaseBuilderImpl.settlementTypeMethods in cdm.product.common.settlement that return SettlementTypeEnumModifier and TypeMethodDescriptionstatic SettlementTypeEnumSettlementTypeEnum.fromDisplayName(String name) SettlementBase.getSettlementType()Whether the settlement will be cash, physical, by election, ...SettlementBase.SettlementBaseBuilderImpl.getSettlementType()SettlementBase.SettlementBaseImpl.getSettlementType()static SettlementTypeEnumReturns the enum constant of this type with the specified name.static SettlementTypeEnum[]SettlementTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.common.settlement with parameters of type SettlementTypeEnumModifier and TypeMethodDescriptionSettlementBase.SettlementBaseBuilder.setSettlementType(SettlementTypeEnum settlementType) SettlementBase.SettlementBaseBuilderImpl.setSettlementType(SettlementTypeEnum _settlementType) SettlementTerms.SettlementTermsBuilder.setSettlementType(SettlementTypeEnum settlementType) SettlementTerms.SettlementTermsBuilderImpl.setSettlementType(SettlementTypeEnum _settlementType)