Uses of Enum
cdm.product.collateral.CollateralTypeEnum
Packages that use CollateralTypeEnum
-
Uses of CollateralTypeEnum in cdm.product.collateral
Fields in cdm.product.collateral declared as CollateralTypeEnumModifier and TypeFieldDescriptionprotected CollateralTypeEnumCollateralProvisions.CollateralProvisionsBuilderImpl.collateralTypeMethods in cdm.product.collateral that return CollateralTypeEnumModifier and TypeMethodDescriptionstatic CollateralTypeEnumCollateralTypeEnum.fromDisplayName(String name) CollateralProvisions.CollateralProvisionsBuilderImpl.getCollateralType()CollateralProvisions.CollateralProvisionsImpl.getCollateralType()CollateralProvisions.getCollateralType()Enumerates the collateral types which are accepted by the Seller.static CollateralTypeEnumReturns the enum constant of this type with the specified name.static CollateralTypeEnum[]CollateralTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.collateral with parameters of type CollateralTypeEnumModifier and TypeMethodDescriptionCollateralProvisions.CollateralProvisionsBuilder.setCollateralType(CollateralTypeEnum collateralType) CollateralProvisions.CollateralProvisionsBuilderImpl.setCollateralType(CollateralTypeEnum _collateralType)