Uses of Class
org.isda.cdm.PrincipalExchanges
-
Packages that use PrincipalExchanges Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of PrincipalExchanges in org.isda.cdm
Methods in org.isda.cdm that return PrincipalExchanges Modifier and Type Method Description PrincipalExchanges
PrincipalExchanges.PrincipalExchangesBuilder. build()
PrincipalExchanges
CrossCurrencyTerms. getPrincipalExchanges()
Methods in org.isda.cdm that return types with arguments of type PrincipalExchanges Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends PrincipalExchanges>
PrincipalExchanges. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PrincipalExchanges>
PrincipalExchanges.PrincipalExchangesBuilder. metaData()
Methods in org.isda.cdm with parameters of type PrincipalExchanges Modifier and Type Method Description CrossCurrencyTerms.CrossCurrencyTermsBuilder
CrossCurrencyTerms.CrossCurrencyTermsBuilder. setPrincipalExchanges(PrincipalExchanges principalExchanges)
-
Uses of PrincipalExchanges in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type PrincipalExchanges Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super PrincipalExchanges>>
PrincipalExchangesMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super PrincipalExchanges>>
PrincipalExchangesMeta. dataRules()
java.util.List<java.util.function.Function<? super PrincipalExchanges,com.rosetta.model.lib.qualify.QualifyResult>>
PrincipalExchangesMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super PrincipalExchanges,java.lang.String>
PrincipalExchangesMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super PrincipalExchanges>
PrincipalExchangesMeta. validator()
-
Uses of PrincipalExchanges in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type PrincipalExchanges Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PrincipalExchanges>
PrincipalExchangesValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<PrincipalExchanges>
PrincipalExchangesValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PrincipalExchanges o)
Methods in org.isda.cdm.validation with parameters of type PrincipalExchanges Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PrincipalExchanges>
PrincipalExchangesValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PrincipalExchanges o)
-
Uses of PrincipalExchanges in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type PrincipalExchanges Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PrincipalExchanges>
PrincipalExchangesOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<PrincipalExchanges>
PrincipalExchangesOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PrincipalExchanges o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type PrincipalExchanges Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PrincipalExchanges>
PrincipalExchangesOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PrincipalExchanges o, java.lang.String field)
-