Uses of Enum
cdm.base.staticdata.asset.common.IssuerTypeEnum
Packages that use IssuerTypeEnum
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of IssuerTypeEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as IssuerTypeEnumModifier and TypeFieldDescriptionprotected IssuerTypeEnumCollateralIssuerType.CollateralIssuerTypeBuilderImpl.issuerTypeMethods in cdm.base.staticdata.asset.common that return IssuerTypeEnumModifier and TypeMethodDescriptionstatic IssuerTypeEnumIssuerTypeEnum.fromDisplayName(String name) CollateralIssuerType.CollateralIssuerTypeBuilderImpl.getIssuerType()CollateralIssuerType.CollateralIssuerTypeImpl.getIssuerType()CollateralIssuerType.getIssuerType()Specifies the origin of entity issuing the collateral.static IssuerTypeEnumReturns the enum constant of this type with the specified name.static IssuerTypeEnum[]IssuerTypeEnum.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 IssuerTypeEnumModifier and TypeMethodDescriptionCollateralIssuerType.CollateralIssuerTypeBuilder.setIssuerType(IssuerTypeEnum issuerType) CollateralIssuerType.CollateralIssuerTypeBuilderImpl.setIssuerType(IssuerTypeEnum _issuerType)