Uses of Enum
cdm.product.collateral.AlternativeToInterestAmountEnum
Packages that use AlternativeToInterestAmountEnum
-
Uses of AlternativeToInterestAmountEnum in cdm.product.collateral
Fields in cdm.product.collateral declared as AlternativeToInterestAmountEnumModifier and TypeFieldDescriptionprotected AlternativeToInterestAmountEnumCollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilderImpl.alternativeToInterestAmountMethods in cdm.product.collateral that return AlternativeToInterestAmountEnumModifier and TypeMethodDescriptionAlternativeToInterestAmountEnum.fromDisplayName(String name) CollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilderImpl.getAlternativeToInterestAmount()CollateralInterestHandlingParameters.CollateralInterestHandlingParametersImpl.getAlternativeToInterestAmount()CollateralInterestHandlingParameters.getAlternativeToInterestAmount()Specifies the alternative to interest amounts.Returns the enum constant of this type with the specified name.static AlternativeToInterestAmountEnum[]AlternativeToInterestAmountEnum.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 AlternativeToInterestAmountEnumModifier and TypeMethodDescriptionCollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilder.setAlternativeToInterestAmount(AlternativeToInterestAmountEnum alternativeToInterestAmount) CollateralInterestHandlingParameters.CollateralInterestHandlingParametersBuilderImpl.setAlternativeToInterestAmount(AlternativeToInterestAmountEnum _alternativeToInterestAmount)