Uses of Class
org.isda.cdm.OtherAgreement
-
Packages that use OtherAgreement Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of OtherAgreement in org.isda.cdm
Methods in org.isda.cdm that return OtherAgreement Modifier and Type Method Description OtherAgreement
OtherAgreement.OtherAgreementBuilder. build()
Methods in org.isda.cdm that return types with arguments of type OtherAgreement Modifier and Type Method Description java.util.List<OtherAgreement>
DocumentationIdentification. getOtherAgreement()
Any other agreement executed between the parties.com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherAgreement>
OtherAgreement. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherAgreement>
OtherAgreement.OtherAgreementBuilder. metaData()
Methods in org.isda.cdm with parameters of type OtherAgreement Modifier and Type Method Description DocumentationIdentification.DocumentationIdentificationBuilder
DocumentationIdentification.DocumentationIdentificationBuilder. addOtherAgreement(OtherAgreement otherAgreement)
DocumentationIdentification.DocumentationIdentificationBuilder
DocumentationIdentification.DocumentationIdentificationBuilder. addOtherAgreement(OtherAgreement otherAgreement, int _idx)
Method parameters in org.isda.cdm with type arguments of type OtherAgreement Modifier and Type Method Description DocumentationIdentification.DocumentationIdentificationBuilder
DocumentationIdentification.DocumentationIdentificationBuilder. addOtherAgreement(java.util.List<OtherAgreement> otherAgreements)
-
Uses of OtherAgreement in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type OtherAgreement Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super OtherAgreement>>
OtherAgreementMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super OtherAgreement>>
OtherAgreementMeta. dataRules()
java.util.List<java.util.function.Function<? super OtherAgreement,com.rosetta.model.lib.qualify.QualifyResult>>
OtherAgreementMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super OtherAgreement,java.lang.String>
OtherAgreementMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super OtherAgreement>
OtherAgreementMeta. validator()
-
Uses of OtherAgreement in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type OtherAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OtherAgreement>
OtherAgreementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<OtherAgreement>
OtherAgreementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, OtherAgreement o)
Methods in org.isda.cdm.validation with parameters of type OtherAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OtherAgreement>
OtherAgreementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, OtherAgreement o)
-
Uses of OtherAgreement in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type OtherAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OtherAgreement>
OtherAgreementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<OtherAgreement>
OtherAgreementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, OtherAgreement o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type OtherAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<OtherAgreement>
OtherAgreementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, OtherAgreement o, java.lang.String field)
-