Uses of Interface
cdm.product.common.settlement.ComputedAmount
Packages that use ComputedAmount
Package
Description
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of ComputedAmount in cdm.product.common.settlement
Subinterfaces of ComputedAmount in cdm.product.common.settlementModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.common.settlement that implement ComputedAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of ComputedAmountstatic classImmutable Implementation of ComputedAmountMethods in cdm.product.common.settlement that return ComputedAmountModifier and TypeMethodDescriptionComputedAmount.build()Build MethodsComputedAmount.ComputedAmountBuilderImpl.build()ComputedAmount.ComputedAmountImpl.build()Methods in cdm.product.common.settlement that return types with arguments of type ComputedAmountModifier and TypeMethodDescriptiondefault Class<? extends ComputedAmount> ComputedAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ComputedAmount> ComputedAmount.metaData()Utility Methods -
Uses of ComputedAmount in cdm.product.common.settlement.meta
Methods in cdm.product.common.settlement.meta that return types with arguments of type ComputedAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ComputedAmount>> ComputedAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ComputedAmount, com.rosetta.model.lib.qualify.QualifyResult>> ComputedAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ComputedAmount, Set<String>> ComputedAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ComputedAmount> ComputedAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ComputedAmount> ComputedAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ComputedAmount> ComputedAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ComputedAmount> ComputedAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ComputedAmount in cdm.product.common.settlement.validation
Methods in cdm.product.common.settlement.validation with parameters of type ComputedAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ComputedAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ComputedAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ComputedAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ComputedAmount o) -
Uses of ComputedAmount in cdm.product.common.settlement.validation.exists
Methods in cdm.product.common.settlement.validation.exists with type parameters of type ComputedAmountModifier and TypeMethodDescription<T2 extends ComputedAmount>
com.rosetta.model.lib.validation.ValidationResult<ComputedAmount> ComputedAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.common.settlement.validation.exists that return types with arguments of type ComputedAmountModifier and TypeMethodDescription<T2 extends ComputedAmount>
com.rosetta.model.lib.validation.ValidationResult<ComputedAmount> ComputedAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)