Uses of Interface
cdm.product.asset.BoundedCorrelation
Packages that use BoundedCorrelation
Package
Description
Product concepts applicable to specific asset classes.
-
Uses of BoundedCorrelation in cdm.product.asset
Subinterfaces of BoundedCorrelation in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement BoundedCorrelationModifier and TypeClassDescriptionstatic classBuilder Implementation of BoundedCorrelationstatic classImmutable Implementation of BoundedCorrelationMethods in cdm.product.asset that return BoundedCorrelationModifier and TypeMethodDescriptionBoundedCorrelation.BoundedCorrelationBuilderImpl.build()BoundedCorrelation.BoundedCorrelationImpl.build()BoundedCorrelation.build()Build MethodsMethods in cdm.product.asset that return types with arguments of type BoundedCorrelationModifier and TypeMethodDescriptiondefault Class<? extends BoundedCorrelation> BoundedCorrelation.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BoundedCorrelation> BoundedCorrelation.metaData()Utility Methods -
Uses of BoundedCorrelation in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type BoundedCorrelationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super BoundedCorrelation>> BoundedCorrelationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super BoundedCorrelation, com.rosetta.model.lib.qualify.QualifyResult>> BoundedCorrelationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super BoundedCorrelation, Set<String>> BoundedCorrelationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super BoundedCorrelation> BoundedCorrelationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BoundedCorrelation> BoundedCorrelationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super BoundedCorrelation> BoundedCorrelationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BoundedCorrelation> BoundedCorrelationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of BoundedCorrelation in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type BoundedCorrelationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BoundedCorrelationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BoundedCorrelation o) List<com.rosetta.model.lib.validation.ValidationResult<?>> BoundedCorrelationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BoundedCorrelation o) -
Uses of BoundedCorrelation in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type BoundedCorrelationModifier and TypeMethodDescription<T2 extends BoundedCorrelation>
com.rosetta.model.lib.validation.ValidationResult<BoundedCorrelation> BoundedCorrelationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.asset.validation.exists that return types with arguments of type BoundedCorrelationModifier and TypeMethodDescription<T2 extends BoundedCorrelation>
com.rosetta.model.lib.validation.ValidationResult<BoundedCorrelation> BoundedCorrelationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)