Uses of Class
org.isda.cdm.PassThroughItem
-
Packages that use PassThroughItem Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of PassThroughItem in org.isda.cdm
Methods in org.isda.cdm that return PassThroughItem Modifier and Type Method Description PassThroughItem
PassThroughItem.PassThroughItemBuilder. build()
Methods in org.isda.cdm that return types with arguments of type PassThroughItem Modifier and Type Method Description java.util.List<PassThroughItem>
PassThrough. getPassThroughItem()
One to many pass through payment items.com.rosetta.model.lib.meta.RosettaMetaData<? extends PassThroughItem>
PassThroughItem. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PassThroughItem>
PassThroughItem.PassThroughItemBuilder. metaData()
Methods in org.isda.cdm with parameters of type PassThroughItem Modifier and Type Method Description PassThrough.PassThroughBuilder
PassThrough.PassThroughBuilder. addPassThroughItem(PassThroughItem passThroughItem)
PassThrough.PassThroughBuilder
PassThrough.PassThroughBuilder. addPassThroughItem(PassThroughItem passThroughItem, int _idx)
Method parameters in org.isda.cdm with type arguments of type PassThroughItem Modifier and Type Method Description PassThrough.PassThroughBuilder
PassThrough.PassThroughBuilder. addPassThroughItem(java.util.List<PassThroughItem> passThroughItems)
-
Uses of PassThroughItem in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type PassThroughItem Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super PassThroughItem>>
PassThroughItemMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super PassThroughItem>>
PassThroughItemMeta. dataRules()
java.util.List<java.util.function.Function<? super PassThroughItem,com.rosetta.model.lib.qualify.QualifyResult>>
PassThroughItemMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super PassThroughItem,java.lang.String>
PassThroughItemMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super PassThroughItem>
PassThroughItemMeta. validator()
-
Uses of PassThroughItem in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type PassThroughItem Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PassThroughItem>
PassThroughItemValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<PassThroughItem>
PassThroughItemValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PassThroughItem o)
Methods in org.isda.cdm.validation with parameters of type PassThroughItem Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PassThroughItem>
PassThroughItemValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PassThroughItem o)
-
Uses of PassThroughItem in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type PassThroughItem Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PassThroughItem>
PassThroughItemOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<PassThroughItem>
PassThroughItemOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PassThroughItem o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type PassThroughItem Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PassThroughItem>
PassThroughItemOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PassThroughItem o, java.lang.String field)
-