Uses of Enum
cdm.base.staticdata.asset.common.RedemptionPartyEnum
Packages that use RedemptionPartyEnum
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of RedemptionPartyEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as RedemptionPartyEnumModifier and TypeFieldDescriptionprotected RedemptionPartyEnumDebtRedemption.DebtRedemptionBuilderImpl.partyMethods in cdm.base.staticdata.asset.common that return RedemptionPartyEnumModifier and TypeMethodDescriptionstatic RedemptionPartyEnumRedemptionPartyEnum.fromDisplayName(String name) DebtRedemption.DebtRedemptionBuilderImpl.getParty()DebtRedemption.DebtRedemptionImpl.getParty()DebtRedemption.getParty()Specifies whether the debt security is redeemed at the election of the Issuer/Holder.static RedemptionPartyEnumReturns the enum constant of this type with the specified name.static RedemptionPartyEnum[]RedemptionPartyEnum.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 RedemptionPartyEnumModifier and TypeMethodDescriptionDebtRedemption.DebtRedemptionBuilder.setParty(RedemptionPartyEnum party) DebtRedemption.DebtRedemptionBuilderImpl.setParty(RedemptionPartyEnum _party)