Uses of Enum
cdm.product.asset.NonCashDividendTreatmentEnum
Packages that use NonCashDividendTreatmentEnum
-
Uses of NonCashDividendTreatmentEnum in cdm.product.asset
Fields in cdm.product.asset declared as NonCashDividendTreatmentEnumModifier and TypeFieldDescriptionprotected NonCashDividendTreatmentEnumDividendReturnTerms.DividendReturnTermsBuilderImpl.nonCashDividendTreatmentMethods in cdm.product.asset that return NonCashDividendTreatmentEnumModifier and TypeMethodDescriptionstatic NonCashDividendTreatmentEnumNonCashDividendTreatmentEnum.fromDisplayName(String name) DividendReturnTerms.DividendReturnTermsBuilderImpl.getNonCashDividendTreatment()DividendReturnTerms.DividendReturnTermsImpl.getNonCashDividendTreatment()DividendReturnTerms.getNonCashDividendTreatment()Specifies the treatment of Non-Cash Dividends.static NonCashDividendTreatmentEnumReturns the enum constant of this type with the specified name.static NonCashDividendTreatmentEnum[]NonCashDividendTreatmentEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.asset with parameters of type NonCashDividendTreatmentEnumModifier and TypeMethodDescriptionDividendReturnTerms.DividendReturnTermsBuilder.setNonCashDividendTreatment(NonCashDividendTreatmentEnum nonCashDividendTreatment) DividendReturnTerms.DividendReturnTermsBuilderImpl.setNonCashDividendTreatment(NonCashDividendTreatmentEnum _nonCashDividendTreatment)