Uses of Enum
cdm.base.staticdata.asset.common.AssetBackedEnum
Packages that use AssetBackedEnum
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of AssetBackedEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as AssetBackedEnumModifier and TypeFieldDescriptionprotected AssetBackedEnumSecuredDebt.SecuredDebtBuilderImpl.assetBackedMethods in cdm.base.staticdata.asset.common that return AssetBackedEnumModifier and TypeMethodDescriptionstatic AssetBackedEnumAssetBackedEnum.fromDisplayName(String name) SecuredDebt.getAssetBacked()Specifies the type of Asset Backed Security.SecuredDebt.SecuredDebtBuilderImpl.getAssetBacked()SecuredDebt.SecuredDebtImpl.getAssetBacked()static AssetBackedEnumReturns the enum constant of this type with the specified name.static AssetBackedEnum[]AssetBackedEnum.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 AssetBackedEnumModifier and TypeMethodDescriptionSecuredDebt.SecuredDebtBuilder.setAssetBacked(AssetBackedEnum assetBacked) SecuredDebt.SecuredDebtBuilderImpl.setAssetBacked(AssetBackedEnum _assetBacked)