Uses of Interface
cdm.regulation.RefRate
Packages that use RefRate
Package
Description
Regulatory reporting concepts: regulatory rules, report definitions, reporting formats.
-
Uses of RefRate in cdm.regulation
Subinterfaces of RefRate in cdm.regulationClasses in cdm.regulation that implement RefRateModifier and TypeClassDescriptionstatic classBuilder Implementation of RefRatestatic classImmutable Implementation of RefRateMethods in cdm.regulation that return RefRateModifier and TypeMethodDescriptionRefRate.build()Build MethodsRefRate.RefRateBuilderImpl.build()RefRate.RefRateImpl.build()Nm.getRefRate()Getter MethodsNm.NmImpl.getRefRate()Methods in cdm.regulation that return types with arguments of type RefRateModifier and TypeMethodDescriptionRefRate.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RefRate> RefRate.metaData()Utility MethodsMethods in cdm.regulation with parameters of type RefRateModifier and TypeMethodDescriptionNm.NmBuilder.setRefRate(RefRate refRate) Nm.NmBuilderImpl.setRefRate(RefRate _refRate) -
Uses of RefRate in cdm.regulation.meta
Methods in cdm.regulation.meta that return types with arguments of type RefRateModifier and TypeMethodDescriptionRefRateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) RefRateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) RefRateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RefRate> RefRateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RefRate> RefRateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RefRate> RefRateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RefRate> RefRateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RefRate in cdm.regulation.validation
Methods in cdm.regulation.validation with parameters of type RefRateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RefRateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RefRate o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RefRateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RefRate o) -
Uses of RefRate in cdm.regulation.validation.exists
Methods in cdm.regulation.validation.exists with type parameters of type RefRateModifier and TypeMethodDescriptionRefRateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.regulation.validation.exists that return types with arguments of type RefRate