Uses of Class
org.isda.cdm.NotDomesticCurrency
-
Packages that use NotDomesticCurrency Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of NotDomesticCurrency in org.isda.cdm
Methods in org.isda.cdm that return NotDomesticCurrency Modifier and Type Method Description NotDomesticCurrency
NotDomesticCurrency.NotDomesticCurrencyBuilder. build()
NotDomesticCurrency
DeliverableObligations. getNotDomesticCurrency()
An obligation and deliverable obligation characteristic.NotDomesticCurrency
Obligations. getNotDomesticCurrency()
An obligation and deliverable obligation characteristic.Methods in org.isda.cdm that return types with arguments of type NotDomesticCurrency Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends NotDomesticCurrency>
NotDomesticCurrency. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends NotDomesticCurrency>
NotDomesticCurrency.NotDomesticCurrencyBuilder. metaData()
Methods in org.isda.cdm with parameters of type NotDomesticCurrency Modifier and Type Method Description DeliverableObligations.DeliverableObligationsBuilder
DeliverableObligations.DeliverableObligationsBuilder. setNotDomesticCurrency(NotDomesticCurrency notDomesticCurrency)
Obligations.ObligationsBuilder
Obligations.ObligationsBuilder. setNotDomesticCurrency(NotDomesticCurrency notDomesticCurrency)
-
Uses of NotDomesticCurrency in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type NotDomesticCurrency Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super NotDomesticCurrency>>
NotDomesticCurrencyMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super NotDomesticCurrency>>
NotDomesticCurrencyMeta. dataRules()
java.util.List<java.util.function.Function<? super NotDomesticCurrency,com.rosetta.model.lib.qualify.QualifyResult>>
NotDomesticCurrencyMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super NotDomesticCurrency,java.lang.String>
NotDomesticCurrencyMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super NotDomesticCurrency>
NotDomesticCurrencyMeta. validator()
-
Uses of NotDomesticCurrency in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type NotDomesticCurrency Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency>
NotDomesticCurrencyValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency>
NotDomesticCurrencyValidator. validate(com.rosetta.model.lib.path.RosettaPath path, NotDomesticCurrency o)
Methods in org.isda.cdm.validation with parameters of type NotDomesticCurrency Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency>
NotDomesticCurrencyValidator. validate(com.rosetta.model.lib.path.RosettaPath path, NotDomesticCurrency o)
-
Uses of NotDomesticCurrency in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type NotDomesticCurrency Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency>
NotDomesticCurrencyOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency>
NotDomesticCurrencyOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, NotDomesticCurrency o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type NotDomesticCurrency Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency>
NotDomesticCurrencyOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, NotDomesticCurrency o, java.lang.String field)
-