Uses of Enum
cdm.base.staticdata.asset.common.FundProductTypeEnum
Packages that use FundProductTypeEnum
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of FundProductTypeEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as FundProductTypeEnumModifier and TypeFieldDescriptionprotected FundProductTypeEnumAssetType.AssetTypeBuilderImpl.fundTypeprotected FundProductTypeEnumSecurity.SecurityBuilderImpl.fundTypeMethods in cdm.base.staticdata.asset.common that return FundProductTypeEnumModifier and TypeMethodDescriptionstatic FundProductTypeEnumFundProductTypeEnum.fromDisplayName(String name) AssetType.AssetTypeBuilderImpl.getFundType()AssetType.AssetTypeImpl.getFundType()AssetType.getFundType()Represents a filter based on the type of fund.Security.getFundType()Identifies the type of fund.Security.SecurityBuilderImpl.getFundType()Security.SecurityImpl.getFundType()static FundProductTypeEnumReturns the enum constant of this type with the specified name.static FundProductTypeEnum[]FundProductTypeEnum.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 FundProductTypeEnumModifier and TypeMethodDescriptionAssetType.AssetTypeBuilder.setFundType(FundProductTypeEnum fundType) AssetType.AssetTypeBuilderImpl.setFundType(FundProductTypeEnum _fundType) Security.SecurityBuilder.setFundType(FundProductTypeEnum fundType) Security.SecurityBuilderImpl.setFundType(FundProductTypeEnum _fundType)