Uses of Interface
cdm.product.collateral.DomesticCurrencyIssued
Packages that use DomesticCurrencyIssued
Package
Description
-
Uses of DomesticCurrencyIssued in cdm.product.collateral
Subinterfaces of DomesticCurrencyIssued in cdm.product.collateralModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.collateral that implement DomesticCurrencyIssuedModifier and TypeClassDescriptionstatic classBuilder Implementation of DomesticCurrencyIssuedstatic classImmutable Implementation of DomesticCurrencyIssuedMethods in cdm.product.collateral that return DomesticCurrencyIssuedModifier and TypeMethodDescriptionDomesticCurrencyIssued.build()Build MethodsDomesticCurrencyIssued.DomesticCurrencyIssuedBuilderImpl.build()DomesticCurrencyIssued.DomesticCurrencyIssuedImpl.build()CollateralCriteria.CollateralCriteriaImpl.getDomesticCurrencyIssued()CollateralCriteria.getDomesticCurrencyIssued()Criteria is that collateral must be denominated in the domestic currency of the issuer.Methods in cdm.product.collateral that return types with arguments of type DomesticCurrencyIssuedModifier and TypeMethodDescriptiondefault Class<? extends DomesticCurrencyIssued> DomesticCurrencyIssued.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DomesticCurrencyIssued> DomesticCurrencyIssued.metaData()Utility MethodsMethods in cdm.product.collateral with parameters of type DomesticCurrencyIssuedModifier and TypeMethodDescriptionCollateralCriteria.CollateralCriteriaBuilder.setDomesticCurrencyIssued(DomesticCurrencyIssued _DomesticCurrencyIssued) CollateralCriteria.CollateralCriteriaBuilderImpl.setDomesticCurrencyIssued(DomesticCurrencyIssued _domesticCurrencyIssued) -
Uses of DomesticCurrencyIssued in cdm.product.collateral.meta
Methods in cdm.product.collateral.meta that return types with arguments of type DomesticCurrencyIssuedModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super DomesticCurrencyIssued>> DomesticCurrencyIssuedMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super DomesticCurrencyIssued, com.rosetta.model.lib.qualify.QualifyResult>> DomesticCurrencyIssuedMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super DomesticCurrencyIssued, Set<String>> DomesticCurrencyIssuedMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DomesticCurrencyIssued> DomesticCurrencyIssuedMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DomesticCurrencyIssued> DomesticCurrencyIssuedMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DomesticCurrencyIssued> DomesticCurrencyIssuedMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DomesticCurrencyIssued> DomesticCurrencyIssuedMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DomesticCurrencyIssued in cdm.product.collateral.validation
Methods in cdm.product.collateral.validation with parameters of type DomesticCurrencyIssuedModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DomesticCurrencyIssuedTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DomesticCurrencyIssued o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DomesticCurrencyIssuedValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DomesticCurrencyIssued o) -
Uses of DomesticCurrencyIssued in cdm.product.collateral.validation.exists
Methods in cdm.product.collateral.validation.exists with type parameters of type DomesticCurrencyIssuedModifier and TypeMethodDescription<T2 extends DomesticCurrencyIssued>
com.rosetta.model.lib.validation.ValidationResult<DomesticCurrencyIssued> DomesticCurrencyIssuedOnlyExistsValidator.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 DomesticCurrencyIssuedModifier and TypeMethodDescription<T2 extends DomesticCurrencyIssued>
com.rosetta.model.lib.validation.ValidationResult<DomesticCurrencyIssued> DomesticCurrencyIssuedOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)