Uses of Class
org.isda.cdm.Index
-
Packages that use Index Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of Index in org.isda.cdm
Methods in org.isda.cdm that return Index Modifier and Type Method Description Index
Index.IndexBuilder. build()
Index
Product. getIndex()
Methods in org.isda.cdm that return types with arguments of type Index Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Index>
Index.IndexBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Index>
Index. metaData()
Methods in org.isda.cdm with parameters of type Index Modifier and Type Method Description Product.ProductBuilder
Product.ProductBuilder. setIndex(Index index)
-
Uses of Index in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Index Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Index>>
IndexMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Index>>
IndexMeta. dataRules()
java.util.List<java.util.function.Function<? super Index,com.rosetta.model.lib.qualify.QualifyResult>>
IndexMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Index,java.lang.String>
IndexMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Index>
IndexMeta. validator()
-
Uses of Index in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Index Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Index>
IndexValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Index>
IndexValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Index o)
Methods in org.isda.cdm.validation with parameters of type Index Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Index>
IndexValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Index o)
-
Uses of Index in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Index Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Index>
IndexOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Index>
IndexOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Index o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Index Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Index>
IndexOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Index o, java.lang.String field)
-