Uses of Class
org.isda.cdm.Tx
-
Packages that use Tx Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of Tx in org.isda.cdm
Methods in org.isda.cdm that return Tx Modifier and Type Method Description Tx
Tx.TxBuilder. build()
Tx
FinInstrmRptgTxRpt. getTx()
Tx
New. getTx()
Methods in org.isda.cdm that return types with arguments of type Tx Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Tx>
Tx. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Tx>
Tx.TxBuilder. metaData()
Methods in org.isda.cdm with parameters of type Tx Modifier and Type Method Description FinInstrmRptgTxRpt.FinInstrmRptgTxRptBuilder
FinInstrmRptgTxRpt.FinInstrmRptgTxRptBuilder. setTx(Tx tx)
New.NewBuilder
New.NewBuilder. setTx(Tx tx)
-
Uses of Tx in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Tx Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Tx>>
TxMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Tx>>
TxMeta. dataRules()
java.util.List<java.util.function.Function<? super Tx,com.rosetta.model.lib.qualify.QualifyResult>>
TxMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Tx,java.lang.String>
TxMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Tx>
TxMeta. validator()
-
Uses of Tx in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Tx Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tx>
TxValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Tx>
TxValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Tx o)
Methods in org.isda.cdm.validation with parameters of type Tx Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tx>
TxValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Tx o)
-
Uses of Tx in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Tx Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tx>
TxOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Tx>
TxOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Tx o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Tx Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Tx>
TxOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Tx o, java.lang.String field)
-