Uses of Enum
cdm.base.staticdata.asset.common.CollateralEntityTypeEnum
Packages that use CollateralEntityTypeEnum
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of CollateralEntityTypeEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as CollateralEntityTypeEnumModifier and TypeFieldDescriptionprotected CollateralEntityTypeEnumCollateralGuarantorType.CollateralGuarantorTypeBuilderImpl.guarantorTypeprotected CollateralEntityTypeEnumCollateralIssuerType.CollateralIssuerTypeBuilderImpl.issuerTypeMethods in cdm.base.staticdata.asset.common that return CollateralEntityTypeEnumModifier and TypeMethodDescriptionstatic CollateralEntityTypeEnumCollateralEntityTypeEnum.fromDisplayName(String name) CollateralGuarantorType.CollateralGuarantorTypeBuilderImpl.getGuarantorType()CollateralGuarantorType.CollateralGuarantorTypeImpl.getGuarantorType()CollateralGuarantorType.getGuarantorType()Specifies the origin of entity guaranteeing the collateral.CollateralIssuerType.CollateralIssuerTypeBuilderImpl.getIssuerType()CollateralIssuerType.CollateralIssuerTypeImpl.getIssuerType()CollateralIssuerType.getIssuerType()Specifies the origin of entity issuing the collateral.static CollateralEntityTypeEnumReturns the enum constant of this type with the specified name.static CollateralEntityTypeEnum[]CollateralEntityTypeEnum.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 CollateralEntityTypeEnumModifier and TypeMethodDescriptionCollateralGuarantorType.CollateralGuarantorTypeBuilder.setGuarantorType(CollateralEntityTypeEnum guarantorType) CollateralGuarantorType.CollateralGuarantorTypeBuilderImpl.setGuarantorType(CollateralEntityTypeEnum _guarantorType) CollateralIssuerType.CollateralIssuerTypeBuilder.setIssuerType(CollateralEntityTypeEnum issuerType) CollateralIssuerType.CollateralIssuerTypeBuilderImpl.setIssuerType(CollateralEntityTypeEnum _issuerType)