Uses of Interface
cdm.product.collateral.DistributionAndInterestPayment
Packages that use DistributionAndInterestPayment
Package
Description
-
Uses of DistributionAndInterestPayment in cdm.product.collateral
Subinterfaces of DistributionAndInterestPayment in cdm.product.collateralModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.collateral that implement DistributionAndInterestPaymentModifier and TypeClassDescriptionstatic classBuilder Implementation of DistributionAndInterestPaymentstatic classImmutable Implementation of DistributionAndInterestPaymentMethods in cdm.product.collateral that return DistributionAndInterestPaymentModifier and TypeMethodDescriptionDistributionAndInterestPayment.build()Build MethodsDistributionAndInterestPayment.DistributionAndInterestPaymentBuilderImpl.build()DistributionAndInterestPayment.DistributionAndInterestPaymentImpl.build()Methods in cdm.product.collateral that return types with arguments of type DistributionAndInterestPaymentModifier and TypeMethodDescriptiondefault Class<? extends DistributionAndInterestPayment> DistributionAndInterestPayment.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DistributionAndInterestPayment> DistributionAndInterestPayment.metaData()Utility Methods -
Uses of DistributionAndInterestPayment in cdm.product.collateral.meta
Methods in cdm.product.collateral.meta that return types with arguments of type DistributionAndInterestPaymentModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super DistributionAndInterestPayment>> DistributionAndInterestPaymentMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super DistributionAndInterestPayment, com.rosetta.model.lib.qualify.QualifyResult>> DistributionAndInterestPaymentMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super DistributionAndInterestPayment, Set<String>> DistributionAndInterestPaymentMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DistributionAndInterestPayment> DistributionAndInterestPaymentMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DistributionAndInterestPayment> DistributionAndInterestPaymentMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DistributionAndInterestPayment> DistributionAndInterestPaymentMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DistributionAndInterestPayment> DistributionAndInterestPaymentMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DistributionAndInterestPayment in cdm.product.collateral.validation
Methods in cdm.product.collateral.validation with parameters of type DistributionAndInterestPaymentModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DistributionAndInterestPaymentTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DistributionAndInterestPayment o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DistributionAndInterestPaymentValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DistributionAndInterestPayment o) -
Uses of DistributionAndInterestPayment in cdm.product.collateral.validation.exists
Methods in cdm.product.collateral.validation.exists with type parameters of type DistributionAndInterestPaymentModifier and TypeMethodDescription<T2 extends DistributionAndInterestPayment>
com.rosetta.model.lib.validation.ValidationResult<DistributionAndInterestPayment> DistributionAndInterestPaymentOnlyExistsValidator.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 DistributionAndInterestPaymentModifier and TypeMethodDescription<T2 extends DistributionAndInterestPayment>
com.rosetta.model.lib.validation.ValidationResult<DistributionAndInterestPayment> DistributionAndInterestPaymentOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)