Uses of Class
org.isda.cdm.ComputedAmount
-
Packages that use ComputedAmount Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of ComputedAmount in org.isda.cdm
Methods in org.isda.cdm that return ComputedAmount Modifier and Type Method Description ComputedAmount
ComputedAmount.ComputedAmountBuilder. build()
Methods in org.isda.cdm that return types with arguments of type ComputedAmount Modifier and Type Method Description java.util.List<ComputedAmount>
EventTestBundle. getComputedAmount()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ComputedAmount>
ComputedAmount.ComputedAmountBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ComputedAmount>
ComputedAmount. metaData()
Methods in org.isda.cdm with parameters of type ComputedAmount Modifier and Type Method Description EventTestBundle.EventTestBundleBuilder
EventTestBundle.EventTestBundleBuilder. addComputedAmount(ComputedAmount computedAmount)
EventTestBundle.EventTestBundleBuilder
EventTestBundle.EventTestBundleBuilder. addComputedAmount(ComputedAmount computedAmount, int _idx)
Method parameters in org.isda.cdm with type arguments of type ComputedAmount Modifier and Type Method Description EventTestBundle.EventTestBundleBuilder
EventTestBundle.EventTestBundleBuilder. addComputedAmount(java.util.List<ComputedAmount> computedAmounts)
-
Uses of ComputedAmount in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ComputedAmount Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ComputedAmount>>
ComputedAmountMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ComputedAmount>>
ComputedAmountMeta. dataRules()
java.util.List<java.util.function.Function<? super ComputedAmount,com.rosetta.model.lib.qualify.QualifyResult>>
ComputedAmountMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ComputedAmount,java.lang.String>
ComputedAmountMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ComputedAmount>
ComputedAmountMeta. validator()
-
Uses of ComputedAmount in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ComputedAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ComputedAmount>
ComputedAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ComputedAmount>
ComputedAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ComputedAmount o)
Methods in org.isda.cdm.validation with parameters of type ComputedAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ComputedAmount>
ComputedAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ComputedAmount o)
-
Uses of ComputedAmount in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ComputedAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ComputedAmount>
ComputedAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ComputedAmount>
ComputedAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ComputedAmount o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ComputedAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ComputedAmount>
ComputedAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ComputedAmount o, java.lang.String field)
-