Uses of Interface
cdm.regulation.UndrlygInstrm
Packages that use UndrlygInstrm
Package
Description
Regulatory reporting concepts: regulatory rules, report definitions, reporting formats.
-
Uses of UndrlygInstrm in cdm.regulation
Subinterfaces of UndrlygInstrm in cdm.regulationModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.regulation that implement UndrlygInstrmModifier and TypeClassDescriptionstatic classBuilder Implementation of UndrlygInstrmstatic classImmutable Implementation of UndrlygInstrmMethods in cdm.regulation that return UndrlygInstrmModifier and TypeMethodDescriptionUndrlygInstrm.build()Build MethodsUndrlygInstrm.UndrlygInstrmBuilderImpl.build()UndrlygInstrm.UndrlygInstrmImpl.build()DerivInstrmAttrbts.DerivInstrmAttrbtsImpl.getUndrlygInstrm()DerivInstrmAttrbts.getUndrlygInstrm()Methods in cdm.regulation that return types with arguments of type UndrlygInstrmModifier and TypeMethodDescriptiondefault Class<? extends UndrlygInstrm> UndrlygInstrm.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends UndrlygInstrm> UndrlygInstrm.metaData()Utility MethodsMethods in cdm.regulation with parameters of type UndrlygInstrmModifier and TypeMethodDescriptionDerivInstrmAttrbts.DerivInstrmAttrbtsBuilder.setUndrlygInstrm(UndrlygInstrm undrlygInstrm) DerivInstrmAttrbts.DerivInstrmAttrbtsBuilderImpl.setUndrlygInstrm(UndrlygInstrm _undrlygInstrm) -
Uses of UndrlygInstrm in cdm.regulation.meta
Methods in cdm.regulation.meta that return types with arguments of type UndrlygInstrmModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super UndrlygInstrm>> UndrlygInstrmMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super UndrlygInstrm, com.rosetta.model.lib.qualify.QualifyResult>> UndrlygInstrmMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super UndrlygInstrm, Set<String>> UndrlygInstrmMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super UndrlygInstrm> UndrlygInstrmMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super UndrlygInstrm> UndrlygInstrmMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super UndrlygInstrm> UndrlygInstrmMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super UndrlygInstrm> UndrlygInstrmMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of UndrlygInstrm in cdm.regulation.validation
Methods in cdm.regulation.validation with parameters of type UndrlygInstrmModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> UndrlygInstrmTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UndrlygInstrm o) List<com.rosetta.model.lib.validation.ValidationResult<?>> UndrlygInstrmValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UndrlygInstrm o) -
Uses of UndrlygInstrm in cdm.regulation.validation.exists
Methods in cdm.regulation.validation.exists with type parameters of type UndrlygInstrmModifier and TypeMethodDescription<T2 extends UndrlygInstrm>
com.rosetta.model.lib.validation.ValidationResult<UndrlygInstrm> UndrlygInstrmOnlyExistsValidator.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 UndrlygInstrmModifier and TypeMethodDescription<T2 extends UndrlygInstrm>
com.rosetta.model.lib.validation.ValidationResult<UndrlygInstrm> UndrlygInstrmOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)