Uses of Interface
cdm.product.collateral.ReturnAmount
Packages that use ReturnAmount
Package
Description
-
Uses of ReturnAmount in cdm.product.collateral
Subinterfaces of ReturnAmount in cdm.product.collateralModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.collateral that implement ReturnAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of ReturnAmountstatic classImmutable Implementation of ReturnAmountMethods in cdm.product.collateral that return ReturnAmountModifier and TypeMethodDescriptionReturnAmount.build()Build MethodsReturnAmount.ReturnAmountBuilderImpl.build()ReturnAmount.ReturnAmountImpl.build()InterestAmountApplication.getReturnAmount()The application of Interest Amount with respect the Return Amount.InterestAmountApplication.InterestAmountApplicationImpl.getReturnAmount()Methods in cdm.product.collateral that return types with arguments of type ReturnAmountModifier and TypeMethodDescriptiondefault Class<? extends ReturnAmount> ReturnAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReturnAmount> ReturnAmount.metaData()Utility MethodsMethods in cdm.product.collateral with parameters of type ReturnAmountModifier and TypeMethodDescriptionInterestAmountApplication.InterestAmountApplicationBuilder.setReturnAmount(ReturnAmount returnAmount) InterestAmountApplication.InterestAmountApplicationBuilderImpl.setReturnAmount(ReturnAmount _returnAmount) -
Uses of ReturnAmount in cdm.product.collateral.meta
Methods in cdm.product.collateral.meta that return types with arguments of type ReturnAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ReturnAmount>> ReturnAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ReturnAmount, com.rosetta.model.lib.qualify.QualifyResult>> ReturnAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ReturnAmount, Set<String>> ReturnAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ReturnAmount> ReturnAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReturnAmount> ReturnAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ReturnAmount> ReturnAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReturnAmount> ReturnAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ReturnAmount in cdm.product.collateral.validation
Methods in cdm.product.collateral.validation with parameters of type ReturnAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnAmount o) -
Uses of ReturnAmount in cdm.product.collateral.validation.datarule
Methods in cdm.product.collateral.validation.datarule with parameters of type ReturnAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnAmountCustomElection.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnAmount returnAmount) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnAmountCustomElection.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnAmount returnAmount) -
Uses of ReturnAmount in cdm.product.collateral.validation.exists
Methods in cdm.product.collateral.validation.exists with type parameters of type ReturnAmountModifier and TypeMethodDescription<T2 extends ReturnAmount>
com.rosetta.model.lib.validation.ValidationResult<ReturnAmount> ReturnAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.collateral.validation.exists that return types with arguments of type ReturnAmountModifier and TypeMethodDescription<T2 extends ReturnAmount>
com.rosetta.model.lib.validation.ValidationResult<ReturnAmount> ReturnAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)