Uses of Enum
cdm.base.staticdata.asset.common.RedemptionTypeEnum
Packages that use RedemptionTypeEnum
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of RedemptionTypeEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as RedemptionTypeEnumModifier and TypeFieldDescriptionprotected RedemptionTypeEnumDebtRedemption.DebtRedemptionBuilderImpl.redemptionTypeMethods in cdm.base.staticdata.asset.common that return RedemptionTypeEnumModifier and TypeMethodDescriptionstatic RedemptionTypeEnumRedemptionTypeEnum.fromDisplayName(String name) DebtRedemption.DebtRedemptionBuilderImpl.getRedemptionType()DebtRedemption.DebtRedemptionImpl.getRedemptionType()DebtRedemption.getRedemptionType()Specifies the contractual redemption or conversion features associated with a debt security.static RedemptionTypeEnumReturns the enum constant of this type with the specified name.static RedemptionTypeEnum[]RedemptionTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.base.staticdata.asset.common with parameters of type RedemptionTypeEnumModifier and TypeMethodDescriptionDebtRedemption.DebtRedemptionBuilder.setRedemptionType(RedemptionTypeEnum redemptionType) DebtRedemption.DebtRedemptionBuilderImpl.setRedemptionType(RedemptionTypeEnum _redemptionType)