Uses of Class
org.isda.cdm.ReferencePair
-
Packages that use ReferencePair Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of ReferencePair in org.isda.cdm
Methods in org.isda.cdm that return ReferencePair Modifier and Type Method Description ReferencePair
ReferencePair.ReferencePairBuilder. build()
ReferencePair
ReferencePoolItem. getReferencePair()
Methods in org.isda.cdm that return types with arguments of type ReferencePair Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferencePair>
ReferencePair. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferencePair>
ReferencePair.ReferencePairBuilder. metaData()
Methods in org.isda.cdm with parameters of type ReferencePair Modifier and Type Method Description ReferencePoolItem.ReferencePoolItemBuilder
ReferencePoolItem.ReferencePoolItemBuilder. setReferencePair(ReferencePair referencePair)
-
Uses of ReferencePair in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type ReferencePair Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super ReferencePair>>
ReferencePairMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super ReferencePair>>
ReferencePairMeta. dataRules()
java.util.List<java.util.function.Function<? super ReferencePair,com.rosetta.model.lib.qualify.QualifyResult>>
ReferencePairMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super ReferencePair,java.lang.String>
ReferencePairMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super ReferencePair>
ReferencePairMeta. validator()
-
Uses of ReferencePair in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type ReferencePair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferencePair>
ReferencePairValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<ReferencePair>
ReferencePairValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferencePair o)
Methods in org.isda.cdm.validation with parameters of type ReferencePair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferencePair>
ReferencePairValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferencePair o)
-
Uses of ReferencePair in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type ReferencePair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferencePair>
ReferencePairChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<ReferencePair>
ReferencePairChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, ReferencePair object)
Methods in org.isda.cdm.validation.choicerule with parameters of type ReferencePair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferencePair>
ReferencePairChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, ReferencePair object)
-
Uses of ReferencePair in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type ReferencePair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferencePair>
ReferencePairOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<ReferencePair>
ReferencePairOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferencePair o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type ReferencePair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<ReferencePair>
ReferencePairOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, ReferencePair o, java.lang.String field)
-